8
1
Fork
You've already forked cli
0
A library for writing command line interfaces in the style of git or apt. https://pkg.go.dev/mellium.im/cli
  • Go 100%
Sam Whited fadb169a59
All checks were successful
ci/woodpecker/push/dco Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/validate Pipeline was successful
.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
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
DCO .builds: verify DCO signature 2020年05月03日 23:30:20 -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
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

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.

importmellium.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.