Skip to content

Commit

Permalink
Merge pull request #5371 from BenWiederhake/dev-fix-link-command-trai…
Browse files Browse the repository at this point in the history
…ling_var_arg

fix(builder): Avoid creating link to now-undocumented method
  • Loading branch information
epage committed Feb 23, 2024
2 parents 0c01b55 + 0076cac commit d0028d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_builder/src/builder/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ impl Command {
}
}

/// Disables the automatic delimiting of values after `--` or when [`Command::trailing_var_arg`]
/// Disables the automatic delimiting of values after `--` or when [`Arg::trailing_var_arg`]
/// was used.
///
/// **NOTE:** The same thing can be done manually by setting the final positional argument to
Expand Down

0 comments on commit d0028d7

Please sign in to comment.