mirror of
https://github.com/uutils/uutils-args.git
synced 2026-06-10 16:13:08 -07:00
add elvish and powershell to unimplemented shells
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ pub enum ValueHint {
|
||||
pub fn render(c: &Command, shell: &str) -> String {
|
||||
match shell {
|
||||
"fish" => fish::render(c),
|
||||
"sh" | "zsh" | "bash" | "csh" => panic!("shell '{shell}' completion is not supported yet!"),
|
||||
"sh" | "zsh" | "bash" | "csh" | "elvish" | "powershell" => panic!("shell '{shell}' completion is not supported yet!"),
|
||||
_ => panic!("unknown shell '{shell}'!"),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user