mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
chore: hides ArgSettings in docs
This commit is contained in:
parent
3c8db0e9be
commit
a834ae6990
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ impl Default for ArgFlags {
|
|||
/// Various settings that apply to arguments and may be set, unset, and checked via getter/setter
|
||||
/// methods `Arg::set`, `Arg::unset`, and `Arg::is_set`
|
||||
#[derive(Debug, PartialEq, Copy, Clone)]
|
||||
#[doc(hidden)]
|
||||
pub enum ArgSettings {
|
||||
/// The argument must be used
|
||||
Required,
|
||||
|
|
Loading…
Reference in a new issue