fix(comp): typo in long option '--generate-completion' for fish (#1183)

This commit is contained in:
Hoang Nguyen 2022-03-06 18:47:33 +00:00 committed by GitHub
parent f5ae10de78
commit 58e816211e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,4 +5,4 @@ complete -c zellij -n "__fish_seen_subcommand_from attach" -f -a "(__fish_comple
complete -c zellij -n "__fish_seen_subcommand_from a" -f -a "(__fish_complete_sessions)" -d "Session"
complete -c zellij -n "__fish_seen_subcommand_from kill-session" -f -a "(__fish_complete_sessions)" -d "Session"
complete -c zellij -n "__fish_seen_subcommand_from k" -f -a "(__fish_complete_sessions)" -d "Session"
complete -c zellij -n "__fish_seen_subcommand_from setup -l --generate-completion" -x -a "bash elvish fish zsh powershell" -d "Shell"
complete -c zellij -n "__fish_seen_subcommand_from setup" -l "generate-completion" -x -a "bash elvish fish zsh powershell" -d "Shell"