# 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