summaryrefslogtreecommitdiffstats
path: root/vendor/getopts/README.md
blob: 065a05638da990696ecac2d2ca2eceb1ff3e0874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
getopts
===

A Rust library for option parsing for CLI utilities.

[Documentation](https://docs.rs/getopts)

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
getopts = "0.2"
```