Document macro usage of arg groups #932
Labels
A-docs
Area: documentation, including docs.rs, readme, examples, etc...
C-enhancement
Category: Raise on the bar on expectations
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
Milestone
Rust Version
rustc 1.18.0-nightly (3b5754e5c 2017-04-10)
Affected Version of clap
2.23
Missing Documentation
The macro syntax for declaring applications doesn't make clear how to use arg groups. I attempted to follow the rules for args, such as using
+required
, but this failed saying an ident was expected. I've tried a variety of different formats without success, so this is a general documentation or example request rather than an ask for specific debugging help.The text was updated successfully, but these errors were encountered: