Skip to content
Snippets Groups Projects
Commit 7e0a2de1 authored by michael.minelli's avatar michael.minelli
Browse files

CompletionScriptCommand => Fix typo

parent e1ddc05a
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ class CompletionScriptCommand extends CommanderCommand {
protected commandName: string = 'script';
protected defineCommand() {
this.command.description('generate script completion')
this.command.description('generate shell script completion')
.addArgument(new Argument('<shell>', 'shell completion format').choices([ 'bash', 'zsh' ]))
.action(this.commandAction.bind(this));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment