Skip to content

Projects: update charli repo link #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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