Skip to content

Commit

Permalink
Merge pull request #1775 from aos/aos/arg-parsing-remove-cookbook
Browse files Browse the repository at this point in the history
fix(arg): Remove reference to Rust Cookbook in arg parsing
  • Loading branch information
marioidival authored Nov 23, 2023
2 parents 29a6d3d + 662b891 commit 1ae8338
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/std_misc/arg.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ I got 3 arguments: ["1", "2", "3"].
## Crates

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

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

0 comments on commit 1ae8338

Please sign in to comment.