1error: Option<Vec<T>> types are not supported for subcommand 2 --> tests/derive_ui/subcommand_opt_vec.rs:17:10 3 | 417 | cmd: Option<Vec<Command>>, 5 | ^^^^^^ 6