mirror of
https://github.com/uutils/uutils-args.git
synced 2026-06-10 16:13:08 -07:00
value hints in completions
This commit is contained in:
@@ -30,6 +30,7 @@ fn render_value_hint(value: &ValueHint) -> String {
|
||||
let joined = s.join(", ");
|
||||
format!(" -a {{ {joined} }}")
|
||||
}
|
||||
ValueHint::Unknown => String::new(),
|
||||
_ => todo!(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user