structopt 0.3.1

Parse command line argument by defining a struct.
Documentation
1
2
3
4
5
error: parse must have exactly one argument
  --> $DIR/parse_not_zero_args.rs:14:17
   |
14 |     #[structopt(parse(from_str, from_str))]
   |                 ^^^^^