pino_argparse is a bite-sized argparsing library that can handle short and long flags with or without values, subcommands and basic validation.
add the follow to your Cargo.toml
:
pino_argparse = { git = "https://github.com/MrPicklePinosaur/pino_argparse" }