mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
parent
e41a2f1bea
commit
4ff0205b85
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue