A simple to use, efficient, Command Line Argument Parser
Example
create cli.json
cargo add cok
main.rs
a simple cli
git 0.1.1
Anonymous <dnrops@anonymous.com>
A git cli
USAGE:
OPTION REQUIRED ABOUT
git -i --init false Create an empty Git repository or reinitialize an existing one
git -a --add false Add file contents to the index
git -c --commit false Record changes to the repository
git -p --push false Update remote refs along with associated objects
git --pull false Update remote refs along with associated objects
git -s status false Show the working tree status
git -h --help Prints help information
SUBCOMMANDS:
OPTION SUBCOMMAND REQUIRED ABOUT
git -c --commit -m --message false commit message
git -c --commit -F --file false read message from file