/getopts

Primary LanguageRustApache License 2.0Apache-2.0

getopts

A Rust library for option parsing for CLI utilities.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
getopts = "0.2"