clap/tests
Seebi ebde32aa5b Add raw attributes (#26)
* Add raw attributes

This makes it possible to call clap functions that don't take strings,
but any arbitrary value. Even functions that take more than one argument
can be called.

All attributes that are called `attribute_name_raw` are augmented to
`attribute_name(value)` without quoting `value`.

* Add tests for raw attributes and fix spelling
2017-11-01 08:41:58 +01:00
..
doc-comments-help.rs Favor help argument over doc comments 2017-06-16 12:31:37 +02:00
flags.rs add flag tests 2017-02-07 01:41:16 +01:00
nested-subcommands.rs add test suite for nested subcommands (texitoi/structopt#1) 2017-07-17 11:45:31 +02:00
raw_attributes.rs Add raw attributes (#26) 2017-11-01 08:41:58 +01:00
subcommands.rs add support for unit-variant subcommands 2017-07-17 11:45:31 +02:00