Commit ec2b40a
committed
Restrict denvig-alpha completions to zsh with no shell suffix
In 0.7.0, 'denvig zsh completions' rejects extra arguments. The default
generate_completions_from_executable iterates over bash/zsh/fish and
appends the shell name, producing 'denvig zsh completions bash' which
errors. Pin shells to zsh only and use shell_parameter_format :none so
the command runs as 'denvig zsh completions'.1 parent e54c359 commit ec2b40a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments