mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 13:52:34 +00:00
docs(ref): Be clear about implicit ArgGroup behavior
This commit is contained in:
parent
28425e484f
commit
dbd013eab1
1 changed files with 4 additions and 0 deletions
|
@ -203,6 +203,10 @@
|
|||
//! - `skip [= <expr>]`: Ignore this field, filling in with `<expr>`
|
||||
//! - Without `<expr>`: fills the field with `Default::default()`
|
||||
//!
|
||||
//! Note:
|
||||
//! - For `struct`s, [`multiple = true`][crate::ArgGroup::multiple] is implied
|
||||
//! - `enum` support is tracked at [#2621](https://github.com/clap-rs/clap/issues/2621)
|
||||
//!
|
||||
//! ### Arg Attributes
|
||||
//!
|
||||
//! These correspond to a [`Arg`][crate::Arg].
|
||||
|
|
Loading…
Reference in a new issue