1error: Option<Vec<T>> type is not allowed for subcommand 2 --> $DIR/subcommand_opt_vec.rs:18:10 3 | 418 | cmd: Option<Vec<Command>>, 5 | ^^^^^^^^^^^^^^^^^^^^ 6