structopt 0.3.1

Parse command line argument by defining a struct.
Documentation
1
2
3
4
5
error: subcommand is only allowed on fields
  --> $DIR/struct_subcommand.rs:12:29
   |
12 | #[structopt(name = "basic", subcommand)]
   |                             ^^^^^^^^^^