structopt 0.3.1

Parse command line argument by defining a struct.
Documentation
1
2
3
4
5
6
7
error[E0599]: no method named `non_existing_attribute` found for type `clap::args::arg::Arg<'_, '_>` in the current scope
  --> $DIR/non_existent_attr.rs:14:24
   |
14 |     #[structopt(short, non_existing_attribute = 1)]
   |                        ^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0599`.