Skip to content

Commit

Permalink
fix(builder): Avoid creating link to now-undocumented method
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWiederhake committed Feb 23, 2024
1 parent 0c01b55 commit a457e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_builder/src/builder/command.rs
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 a457e53

Please sign in to comment.