clap/clap_derive/tests/ui/subcommand_opt_vec.stderr
2020-01-18 17:40:07 +05:30

5 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>>,
| ^^^^^^