mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
6 lines
164 B
Text
6 lines
164 B
Text
|
error: Option<Option<T>> type is not allowed for subcommand
|
||
|
--> $DIR/subcommand_opt_opt.rs:18:10
|
||
|
|
|
||
|
18 | cmd: Option<Option<Command>>,
|
||
|
| ^^^^^^
|