|
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.0/LICENSE-APACHE) |
9 |
| -[](https://github.com/clap-rs/clap/blob/v3.0.0/LICENSE-MIT) |
| 8 | +[](https://github.com/clap-rs/clap/blob/v3.0.1/LICENSE-APACHE) |
| 9 | +[](https://github.com/clap-rs/clap/blob/v3.0.1/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.0/examples/tutorial_builder/README.md), [Derive API](https://github.com/clap-rs/clap/blob/v3.0.0/examples/tutorial_derive/README.md) |
18 |
| -3. [Examples](https://github.com/clap-rs/clap/blob/v3.0.0/examples/README.md) |
| 17 | +2. Tutorial: [Builder API](https://github.com/clap-rs/clap/blob/v3.0.1/examples/tutorial_builder/README.md), [Derive API](https://github.com/clap-rs/clap/blob/v3.0.1/examples/tutorial_derive/README.md) |
| 18 | +3. [Examples](https://github.com/clap-rs/clap/blob/v3.0.1/examples/README.md) |
19 | 19 | 4. [API Reference](https://docs.rs/clap)
|
20 |
| - - [Derive Reference](https://github.com/clap-rs/clap/blob/v3.0.0/examples/derive_ref/README.md) |
| 20 | + - [Derive Reference](https://github.com/clap-rs/clap/blob/v3.0.1/examples/derive_ref/README.md) |
21 | 21 | - [Feature Flags](#feature-flags)
|
22 |
| -5. [CHANGELOG](https://github.com/clap-rs/clap/blob/v3.0.0/CHANGELOG.md) |
23 |
| -6. [FAQ](https://github.com/clap-rs/clap/blob/v3.0.0/docs/FAQ.md) |
| 22 | +5. [CHANGELOG](https://github.com/clap-rs/clap/blob/v3.0.1/CHANGELOG.md) |
| 23 | +6. [FAQ](https://github.com/clap-rs/clap/blob/v3.0.1/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.0/CONTRIBUTING.md) |
| 25 | +8. [Contributing](https://github.com/clap-rs/clap/blob/v3.0.1/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.0", features = ["derive"] } |
| 62 | +clap = { version = "3.0.1", features = ["derive"] } |
63 | 63 | ```
|
64 | 64 | ```bash
|
65 | 65 | $ demo --help
|
|
0 commit comments