mirror of
https://github.com/clap-rs/clap
synced 2025-01-20 16:43:54 +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
|
/// that one, and only one argument from this group *must* be present at runtime (unless
|
||||||
/// conflicting with another argument).
|
/// conflicting with another argument).
|
||||||
///
|
///
|
||||||
|
/// **NOTE:** This setting only applies to the current `App` / `SubCommand`, and not globally.
|
||||||
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
/// ```rust
|
/// ```rust
|
||||||
|
|
Loading…
Reference in a new issue