fix(complete: Use correct value name for IFS

This commit is contained in:
Ed Page 2022-04-27 15:15:56 -05:00
parent 2701f48023
commit 6895806566

View file

@ -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(