1getopts 2=== 3 4A Rust library for option parsing for CLI utilities. 5 6[Documentation](https://docs.rs/getopts) 7 8## Usage 9 10Add this to your `Cargo.toml`: 11 12```toml 13[dependencies] 14getopts = "0.2" 15``` 16