mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
6 lines
158 B
Text
6 lines
158 B
Text
|
error: Option<Vec<T>> type is not allowed for subcommand
|
||
|
--> $DIR/subcommand_opt_vec.rs:18:10
|
||
|
|
|
||
|
18 | cmd: Option<Vec<Command>>,
|
||
|
| ^^^^^^
|