structopt 0.3.8

Parse command line argument by defining a struct.
Documentation
1
2
3
4
5
error: Option<Option<T>> type is meaningless for positional argument
  --> $DIR/opt_opt_nonpositional.rs:14:8
   |
14 |     n: Option<Option<u32>>,
   |        ^^^^^^