docs(derive): Link ref to tutorial / examples

This commit is contained in:
Ed Page 2022-01-11 14:27:39 -06:00
parent 6b3248fff1
commit 63a36673e1

View file

@ -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