| Crates.io | pino_argparse |
| lib.rs | pino_argparse |
| version | 0.1.0 |
| created_at | 2022-11-18 23:09:48.623347+00 |
| updated_at | 2022-11-18 23:09:48.623347+00 |
| description | a tiny argparsing library |
| homepage | |
| repository | https://github.com/MrPicklePinosaur/pino_argparse |
| max_upload_size | |
| id | 718308 |
| size | 23,041 |
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" }