A library for writing command line interfaces in the style of git or apt. https://pkg.go.dev/mellium.im/cli
Go to file
Sam Whited fadb169a59
ci/woodpecker/push/dco Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/validate Pipeline was successful Details
.woodpecker: update checkdoc tool location
Signed-off-by: Sam Whited <sam@samwhited.com>
2022-07-15 06:52:36 -04:00
.github/workflows .github: auto close GitHub PRs 2022-07-12 07:38:39 -04:00
.woodpecker .woodpecker: update checkdoc tool location 2022-07-15 06:52:36 -04:00
docs docs: add links to repo documentation and funding 2021-08-23 20:38:27 -04:00
.gitignore Add initial Command implementation 2017-08-30 00:28:38 -05:00
.travis.yml ci: don't test Go 1.10 on Travis 2018-12-26 15:39:47 -06:00
DCO .builds: verify DCO signature 2020-05-03 23:30:20 -04:00
LICENSE all: update copyright notice 2018-02-17 21:24:57 -06:00
README.md .github: auto close GitHub PRs 2022-07-12 07:38:39 -04:00
cmd.go .woodpecker: enable Codeberg CI (Woodpecker) 2022-07-12 07:35:56 -04:00
cmd_test.go .woodpecker: enable Codeberg CI (Woodpecker) 2022-07-12 07:35:56 -04:00
example_article_test.go .woodpecker: enable Codeberg CI (Woodpecker) 2022-07-12 07:35:56 -04:00
example_help_test.go .woodpecker: enable Codeberg CI (Woodpecker) 2022-07-12 07:35:56 -04:00
example_subcommands_test.go .woodpecker: enable Codeberg CI (Woodpecker) 2022-07-12 07:35:56 -04:00
example_test.go .woodpecker: enable Codeberg CI (Woodpecker) 2022-07-12 07:35:56 -04:00
go.mod cli: set supported language version 2018-12-26 09:20:55 -06:00
help.go .woodpecker: enable Codeberg CI (Woodpecker) 2022-07-12 07:35:56 -04:00

README.md

cli

Issue Tracker Docs Chat License

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.