getopts
getopts copied to clipboard
The getopts repo maintained by the rust-lang project
getopts
A Rust library for option parsing for CLI utilities.
Usage
Add this to your Cargo.toml
:
[dependencies]
getopts = "0.2"
Contributing
The getopts
library is used by rustc
, so we have to be careful about not changing its behavior.