2 unstable releases
0.2.0 | Sep 17, 2021 |
---|---|
0.1.0 | Sep 11, 2021 |
#85 in #arg
9KB
159 lines
simple-args-rs
A simple command-line argument parser for rust
Argument Format
Arguments are simply denoted by a single -
followed by the argument, and the value is immediately after. Multiple instances can be contained, and arguments can contain no value
Usage
Check out the tests or documentation
Dependencies
~55KB