mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 22:02:35 +00:00
docs: Update mut_arg docs on help + version flags
This commit is contained in:
parent
3bc32de19f
commit
89bf732353
1 changed files with 0 additions and 2 deletions
|
@ -209,8 +209,6 @@ impl Command {
|
|||
|
||||
/// Allows one to mutate an [`Arg`] after it's been added to a [`Command`].
|
||||
///
|
||||
/// This can be useful for modifying the auto-generated help or version arguments.
|
||||
///
|
||||
/// # Panics
|
||||
///
|
||||
/// If the argument is undefined
|
||||
|
|
Loading…
Reference in a new issue