Skip to content

Commit

Permalink
Merge pull request #4851 from ClementTsang/update_mut_arg_docs
Browse files Browse the repository at this point in the history
docs: Update mut_arg docs on help + version flags
  • Loading branch information
epage authored Apr 21, 2023
2 parents 3bc32de + 89bf732 commit c38b8ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clap_builder/src/builder/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c38b8ca

Please sign in to comment.