Skip to content

Commit 1ae8338

Browse files
authored
Merge pull request #1775 from aos/aos/arg-parsing-remove-cookbook
fix(arg): Remove reference to Rust Cookbook in arg parsing
2 parents 29a6d3d + 662b891 commit 1ae8338

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/std_misc/arg.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ I got 3 arguments: ["1", "2", "3"].
3030
## Crates
3131

3232
Alternatively, there are numerous crates that can provide extra functionality
33-
when creating command-line applications. The [Rust Cookbook] exhibits best
34-
practices on how to use one of the more popular command line argument crates,
35-
`clap`.
33+
when creating command-line applications. One of the more popular command line
34+
argument crates being [`clap`].
3635

37-
[Rust Cookbook]: https://rust-lang-nursery.github.io/rust-cookbook/cli/arguments.html
36+
[`clap`]: https://rust-cli.github.io/book/tutorial/cli-args.html#parsing-cli-arguments-with-clap

0 commit comments

Comments
 (0)