args-extractor 0.1.0

Args command line extractor library for Rust applications
Documentation
1
2
3
4
5
6
7
8
# Roadmap


## Arguments improvements


- Extracting as many Parameters as letters after a single hyphen
    - `-a` gives one parameter
    - `-ab` gives two parameters (not for now)
    - `-a -b` gives two as well