structopt 0.3.9

Parse command line argument by defining a struct.
Documentation
1
2
3
4
5
error: expected attribute arguments in parentheses: #[structopt(...)]
  --> $DIR/structopt_empty_attr.rs:14:5
   |
14 |     #[structopt]
   |     ^^^^^^^^^^^^