# pino_argparse a tiny zero-dependency argparsing library [![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](#)

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