structopt 0.3.1

Parse command line argument by defining a struct.
Documentation
1
2
3
4
5
error: unsupported casing: `fail`
  --> $DIR/rename_all_wrong_casing.rs:12:42
   |
12 | #[structopt(name = "basic", rename_all = "fail")]
   |                                          ^^^^^^