chore: release v0.2.24 (#134) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore: release v0.2.24 (#134)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
A Rust library for option parsing for CLI utilities.
Documentation
Add this to your Cargo.toml:
Cargo.toml
[dependencies] getopts = "0.2"
The getopts library is used by rustc, so we have to be careful about not changing its behavior.
getopts
rustc
getopts
A Rust library for option parsing for CLI utilities.
Documentation
Usage
Add this to your
Cargo.toml:Contributing
The
getoptslibrary is used byrustc, so we have to be careful about not changing its behavior.