1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: golang-github-odeke-em-command
Section: devel
Priority: optional
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Fernando Ike <fike@midstorm.org>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go
Standards-Version: 3.9.8
Homepage: https://github.com/odeke-em/command
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-odeke-em-command.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-odeke-em-command.git
XS-Go-Import-Path: github.com/odeke-em/command
Package: golang-github-odeke-em-command-dev
Architecture: all
Depends: ${misc:Depends},
golang-go
Description: cli subcommands for Go
The command is a tiny package that helps you to add cli subcommands to your
Go program with no effort, and prints a pretty guide if needed.
.
This package allows you to use flags package, and provides additional
parsing for subcommands and subcommand flags.
|