mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
Fix Formatting
This commit is contained in:
parent
174e004107
commit
f6ccf07de4
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ fn value_completion(option: &Arg) -> String {
|
|||
}
|
||||
|
||||
if let Some(data) = option.get_possible_values() {
|
||||
// We return the possible values with their own empty description e.g. {a\t,b\t}
|
||||
// We return the possible values with their own empty description e.g. {a\t,b\t}
|
||||
// this makes sure that a and b don't get the description of the option or argument
|
||||
format!(
|
||||
" -r -f -a \"{{{}}}\"",
|
||||
|
|
Loading…
Reference in a new issue