|  | 
| 5 | 5 | 
 | 
| 6 | 6 | [](https://crates.io/crates/clap) | 
| 7 | 7 | [](https://crates.io/crates/clap) | 
| 8 |  | -[](https://github.com/clap-rs/clap/blob/v3.0.7/LICENSE-APACHE) | 
| 9 |  | -[](https://github.com/clap-rs/clap/blob/v3.0.7/LICENSE-MIT) | 
|  | 8 | +[](https://github.com/clap-rs/clap/blob/v3.0.8/LICENSE-APACHE) | 
|  | 9 | +[](https://github.com/clap-rs/clap/blob/v3.0.8/LICENSE-MIT) | 
| 10 | 10 | [](https://github.com/clap-rs/clap/actions/workflows/ci.yml?query=branch%3Astaging) | 
| 11 | 11 | [](https://coveralls.io/github/clap-rs/clap?branch=master) | 
| 12 | 12 | [](https://github.com/clap-rs/clap/graphs/contributors) | 
| 13 | 13 | 
 | 
| 14 | 14 | Dual-licensed under [Apache 2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT). | 
| 15 | 15 | 
 | 
| 16 | 16 | 1. [About](#about) | 
| 17 |  | -2. Tutorial: [Builder API](https://github.com/clap-rs/clap/blob/v3.0.7/examples/tutorial_builder/README.md),  [Derive API](https://github.com/clap-rs/clap/blob/v3.0.7/examples/tutorial_derive/README.md) | 
| 18 |  | -3. [Examples](https://github.com/clap-rs/clap/blob/v3.0.7/examples/README.md) | 
|  | 17 | +2. Tutorial: [Builder API](https://github.com/clap-rs/clap/blob/v3.0.8/examples/tutorial_builder/README.md),  [Derive API](https://github.com/clap-rs/clap/blob/v3.0.8/examples/tutorial_derive/README.md) | 
|  | 18 | +3. [Examples](https://github.com/clap-rs/clap/blob/v3.0.8/examples/README.md) | 
| 19 | 19 | 4. [API Reference](https://docs.rs/clap) | 
| 20 |  | -    - [Derive Reference](https://github.com/clap-rs/clap/blob/v3.0.7/examples/derive_ref/README.md) | 
|  | 20 | +    - [Derive Reference](https://github.com/clap-rs/clap/blob/v3.0.8/examples/derive_ref/README.md) | 
| 21 | 21 |     - [Feature Flags](#feature-flags) | 
| 22 |  | -5. [CHANGELOG](https://github.com/clap-rs/clap/blob/v3.0.7/CHANGELOG.md) | 
| 23 |  | -6. [FAQ](https://github.com/clap-rs/clap/blob/v3.0.7/docs/FAQ.md) | 
|  | 22 | +5. [CHANGELOG](https://github.com/clap-rs/clap/blob/v3.0.8/CHANGELOG.md) | 
|  | 23 | +6. [FAQ](https://github.com/clap-rs/clap/blob/v3.0.8/docs/FAQ.md) | 
| 24 | 24 | 7. [Questions & Discussions](https://github.com/clap-rs/clap/discussions) | 
| 25 |  | -8. [Contributing](https://github.com/clap-rs/clap/blob/v3.0.7/CONTRIBUTING.md) | 
|  | 25 | +8. [Contributing](https://github.com/clap-rs/clap/blob/v3.0.8/CONTRIBUTING.md) | 
| 26 | 26 | 8. [Sponsors](#sponsors) | 
| 27 | 27 | 
 | 
| 28 | 28 | ## About | 
| @@ -59,7 +59,7 @@ fn main() { | 
| 59 | 59 | Add this to `Cargo.toml`: | 
| 60 | 60 | ```toml | 
| 61 | 61 | [dependencies] | 
| 62 |  | -clap = { version = "3.0.7", features = ["derive"] } | 
|  | 62 | +clap = { version = "3.0.8", features = ["derive"] } | 
| 63 | 63 | ``` | 
| 64 | 64 | ```bash | 
| 65 | 65 | $ demo --help | 
|  | 
0 commit comments