structopt 0.3.8

Parse command line argument by defining a struct.
Documentation
1
2
3
4
5
error: Option<Vec<T>> type is not allowed for subcommand
  --> $DIR/subcommand_opt_vec.rs:18:10
   |
18 |     cmd: Option<Vec<Command>>,
   |          ^^^^^^