PAPRIKA
PAPRIKA is Command Line Parser like a toy.
PAPRIKA is a product for learning Rust and version control.
If you need a good command line parser,
You should use Clap instead of PAPRIKA.
[dependencies]
paprika = "*"
extern crate paprika;
use ;
use process;
cargo run --example example -- -v
cargo run --example get_value -- --name="YOUR NAME"