pino_argparse
a tiny zero-dependency argparsing library
pino_argparse is a bite-sized argparsing library that can handle short and long flags with or without values, subcommands and basic validation.
USING IN YOUR PROJECT
add the follow to your Cargo.toml:
pino_argparse = { git = "https://github.com/MrPicklePinosaur/pino_argparse" }
TODO
- auto doc/help message generation?
- iterator to give flags in order