mirror of
https://github.com/clap-rs/clap
synced 2025-01-05 17:28:42 +00:00
docs(derive): Remove clap v3 caveats
This commit is contained in:
parent
179faa6bb2
commit
f3d4c2c971
1 changed files with 0 additions and 2 deletions
|
@ -187,10 +187,8 @@
|
||||||
//! - When not present: will auto-select an implementation based on the field type using
|
//! - When not present: will auto-select an implementation based on the field type using
|
||||||
//! [`value_parser!][crate::value_parser!]
|
//! [`value_parser!][crate::value_parser!]
|
||||||
//! - To register a custom type's [`ValueParser`][crate::builder::ValueParser], implement [`ValueParserFactory`][crate::builder::ValueParserFactory]
|
//! - To register a custom type's [`ValueParser`][crate::builder::ValueParser], implement [`ValueParserFactory`][crate::builder::ValueParserFactory]
|
||||||
//! - When present, implies `#[clap(action)]`
|
|
||||||
//! - `action [= <expr>]`: [`Arg::action`][crate::Arg::action]
|
//! - `action [= <expr>]`: [`Arg::action`][crate::Arg::action]
|
||||||
//! - When not present: will auto-select an action based on the field type
|
//! - When not present: will auto-select an action based on the field type
|
||||||
//! - When present, implies `#[clap(value_parser)]`
|
|
||||||
//! - `help = <expr>`: [`Arg::help`][crate::Arg::help]
|
//! - `help = <expr>`: [`Arg::help`][crate::Arg::help]
|
||||||
//! - When not present: [Doc comment summary](#doc-comments)
|
//! - When not present: [Doc comment summary](#doc-comments)
|
||||||
//! - `long_help = <expr>`: [`Arg::long_help`][crate::Arg::long_help]
|
//! - `long_help = <expr>`: [`Arg::long_help`][crate::Arg::long_help]
|
||||||
|
|
Loading…
Reference in a new issue