docs(Groups): explains required ArgGroups better

Closes #439
This commit is contained in:
Kevin K 2016-03-09 20:16:50 -05:00
parent e41a2f1bea
commit 4ff0205b85

View file

@ -143,6 +143,8 @@ impl<'a> ArgGroup<'a> {
/// that one, and only one argument from this group *must* be present at runtime (unless
/// conflicting with another argument).
///
/// **NOTE:** This setting only applies to the current `App` / `SubCommand`, and not globally.
///
/// # Examples
///
/// ```rust