mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
docs: Describe the skip attribute for ValueEnums (#4328)
Documenting the `skip` attribute for the `ValueEnum` derive macro promptly, as it's not mentioned anywhere else. Fixes #4327
This commit is contained in:
parent
9c217941c2
commit
232d91b96e
1 changed files with 1 additions and 0 deletions
|
@ -258,6 +258,7 @@
|
|||
//! - When not present: case-converted field name is used
|
||||
//! - `help = <expr>`: [`PossibleValue::help`][crate::builder::PossibleValue::help]
|
||||
//! - When not present: [Doc comment summary](#doc-comments)
|
||||
//! - `skip`: Ignore this variant
|
||||
//!
|
||||
//! ## Arg Types
|
||||
//!
|
||||
|
|
Loading…
Add table
Reference in a new issue