mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
parent
653617d0fd
commit
a37f2908c8
1 changed files with 0 additions and 1 deletions
|
@ -138,7 +138,6 @@ And for `Subcommand` variants:
|
|||
- `skip`: Ignore this variant
|
||||
- `flatten`: Delegates to the variant for more subcommands (must implement `Subcommand`)
|
||||
- `subcommand`: Nest subcommands under the current set of subcommands (must implement `Subcommand`)
|
||||
- When `Option<T>`, the subcommand becomes optional
|
||||
- `external_subcommand`: `clap::AppSettings::AllowExternalSubcommand`
|
||||
- Variant must be either `Variant(Vec<String>)` or `Variant(Vec<OsString>)`
|
||||
|
||||
|
|
Loading…
Reference in a new issue