Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ If you find a project in this list that is dead or broken, please either mark it
* [argcfg](http://code.google.com/p/goargcfg/) - Use reflection to populate fields in a struct from command line arguments
* [autoflags](https://github.com/artyom/autoflags) - Populate go command line app flags from config struct
* [carapace](https://github.com/rsteube/carapace) - Command argument completion generator for spf13/cobra.
* [charli](https://github.com/starriver/charli) - Small, procedural, zero-reflection CLI toolkit with help & completions.
* [charli](https://codeberg.org/starriver/charli) - Small, procedural, zero-reflection CLI toolkit with help & completions.
* [cobra](http://github.com/spf13/cobra) - A commander for modern go CLI interactions supporting commands & POSIX/GNU flags
* [cli](https://github.com/mitchellh/cli) - A Go library for implementing command-line interfaces.
* [cmdline](https://github.com/galdor/go-cmdline) - A simple parser with support for short and long options, default values, arguments and subcommands.
Expand Down