mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
fix(complete: Use correct value name for IFS
This commit is contained in:
parent
2701f48023
commit
6895806566
1 changed files with 1 additions and 6 deletions
|
@ -34,12 +34,7 @@ pub mod bash {
|
|||
)]
|
||||
index: Option<usize>,
|
||||
|
||||
#[clap(
|
||||
long,
|
||||
value_name = "COMP_CWORD",
|
||||
hide_short_help = true,
|
||||
group = "complete"
|
||||
)]
|
||||
#[clap(long, hide_short_help = true, group = "complete")]
|
||||
ifs: Option<String>,
|
||||
|
||||
#[clap(
|
||||
|
|
Loading…
Reference in a new issue