structopt 0.3.1

Parse command line argument by defining a struct.
Documentation
1
2
3
4
5
error: parser specification must start with identifier
  --> $DIR/parse_literal_spec.rs:14:23
   |
14 |     #[structopt(parse("from_str"))]
   |                       ^^^^^^^^^^