mirror of
https://github.com/clap-rs/clap
synced 2024-11-15 17:08:00 +00:00
docs: add missing link in ArgGroup
documentation
This commit is contained in:
parent
096338d163
commit
eadecc5c1d
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ use yaml_rust::Yaml;
|
||||||
/// // we could also alternatively check each arg individually (not shown here)
|
/// // we could also alternatively check each arg individually (not shown here)
|
||||||
/// ```
|
/// ```
|
||||||
/// [`ArgGroup::multiple(true)`]: ./struct.ArgGroup.html#method.multiple
|
/// [`ArgGroup::multiple(true)`]: ./struct.ArgGroup.html#method.multiple
|
||||||
|
/// [`ArgGroup::multiple(false)`]: ./struct.ArgGroup.html#method.multiple
|
||||||
/// [arguments]: ./struct.Arg.html
|
/// [arguments]: ./struct.Arg.html
|
||||||
/// [conflict]: ./struct.Arg.html#method.conflicts_with
|
/// [conflict]: ./struct.Arg.html#method.conflicts_with
|
||||||
/// [requirement]: ./struct.Arg.html#method.requires
|
/// [requirement]: ./struct.Arg.html#method.requires
|
||||||
|
|
Loading…
Reference in a new issue