mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
docs(derive): Link ref to tutorial / examples
This commit is contained in:
parent
6b3248fff1
commit
63a36673e1
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ fn main() {
|
|||
- `Subcommand` defines available subcommands.
|
||||
- `ArgEnum` allows parsing a value directly into an `enum`, erroring on unsupported values.
|
||||
|
||||
See also the [tutorial](../tutorial_derive/README.md) and [examples](../README.md).
|
||||
|
||||
## Raw Attributes
|
||||
|
||||
**Raw attributes** are forwarded directly to the underlying `clap` builder. Any
|
||||
|
|
Loading…
Reference in a new issue