Skip to content
Snippets Groups Projects

Resolve "Add zsh, fish, and bash shell completion helper function generation as well as the related command"

1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -16,7 +16,7 @@ class CompletionZshCommand extends CommanderCommand {
autoload -U +X compinit && compinit
autoload -U +X bashcompinit && bashcompinit
source .bash_completion
source ${this.bash_completion}
`;
Loading