A simple to use, efficient, Command Line Argument Parser
Example
create cli.json
cargo add cok
main.rs
a simple cli
get 0.1.1
Anonymous <dnrops@anonymous.com>
A git cli
USAGE:
OPTION REQUIRED ABOUT
get -i --init true git init
get -a --add true git add
get -c --commit true the file type
get -p --push true git push
get -h --help Prints help information
SUBCOMMANDS:
OPTION SUBCOMMAND REQUIRED ABOUT
get -c --commit -m --commit false commit msg