Skip to content

Commit

Permalink
docs(Groups): explains required ArgGroups better
Browse files Browse the repository at this point in the history
Closes #439
  • Loading branch information
kbknapp committed Mar 10, 2016
1 parent e41a2f1 commit 4ff0205
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/args/group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 4ff0205

@matthiasbeyer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.