structopt 0.3.1

Parse command line argument by defining a struct.
Documentation
1
2
3
4
5
error: cannot omit parser function name with `try_from_os_str`
  --> $DIR/parse_empty_try_from_os.rs:14:23
   |
14 |     #[structopt(parse(try_from_os_str))]
   |                       ^^^^^^^^^^^^^^^