structopt 0.3.1

Parse command line argument by defining a struct.
Documentation
1
2
3
4
5
error: default_value is meaningless for bool
  --> $DIR/bool_default_value.rs:14:24
   |
14 |     #[structopt(short, default_value = true)]
   |                        ^^^^^^^^^^^^^