mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
5 lines
173 B
Text
5 lines
173 B
Text
error: Option<Vec<T>> types are not supported for subcommand
|
|
--> tests/derive_ui/subcommand_opt_vec.rs:17:10
|
|
|
|
|
17 | cmd: Option<Vec<Command>>,
|
|
| ^^^^^^
|