fix(comp): typo in long option '--generate-completion' for fish (#1183)
This commit is contained in:
parent
f5ae10de78
commit
58e816211e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue