Skip to content

Commit

Permalink
feat(completion): remove powershell completion shell
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo Rodrigues <[email protected]>
  • Loading branch information
GabrielBrandao1618 and EduardoRodriguesF authored Jul 28, 2024
1 parent 417309a commit 6855beb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/action/completion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ fn get_shell_by_name(shell_name: &str) -> Option<Shell> {
"zsh" => Some(Shell::Zsh),
"bash" => Some(Shell::Bash),
"fish" => Some(Shell::Fish),
"powershell" => Some(Shell::PowerShell),
"elvish" => Some(Shell::Elvish),
_ => None,
}
Expand Down

0 comments on commit 6855beb

Please sign in to comment.