A library for writing command line interfaces in the style of git or apt.
https://pkg.go.dev/mellium.im/cli
ci/woodpecker/push/dco Pipeline was successful
Details
ci/woodpecker/push/test Pipeline was successful
Details
ci/woodpecker/push/validate Pipeline was successful
Details
Signed-off-by: Sam Whited <sam@samwhited.com> |
||
---|---|---|
.github/workflows | ||
.woodpecker | ||
docs | ||
.gitignore | ||
.travis.yml | ||
DCO | ||
LICENSE | ||
README.md | ||
cmd.go | ||
cmd_test.go | ||
example_article_test.go | ||
example_help_test.go | ||
example_subcommands_test.go | ||
example_test.go | ||
go.mod | ||
help.go |
README.md
cli
A simple library for writing applications with a command line interface. If you'd like to contribute to the project, see CONTRIBUTING.md.
import mellium.im/cli
License
The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the file LICENSE.md.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.