clap/clap_derive/tests/ui/subcommand_opt_vec.stderr
2020-02-13 21:47:42 +03:00

5 lines
172 B
Text

error: Option<Vec<T>> type is not allowed for subcommand
--> $DIR/subcommand_opt_vec.rs:17:10
|
17 | cmd: Option<Vec<Command>>,
| ^^^^^^^^^^^^^^^^^^^^