clap/examples
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
..
basic.rs WIP: Allow doc comment to set help text 2017-06-16 12:31:37 +02:00
example.rs add example.rs 2017-02-09 22:51:41 +01:00
git.rs allow for documentation to be placed on subcommands 2017-07-17 11:45:31 +02:00
raw_attributes.rs Add raw attributes (#26) 2017-11-01 08:41:58 +01:00