structopt 0.3.1

Parse command line argument by defining a struct.
Documentation
1
2
3
4
5
error: `parse` argument must be a function path
  --> $DIR/parse_function_is_not_path.rs:14:34
   |
14 |     #[structopt(parse(from_str = "2"))]
   |                                  ^^^