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
3 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline

Files

@@ -9,9 +9,9 @@ import TextStyle from '../../../types/TextStyle';
@@ -9,9 +9,9 @@ import TextStyle from '../../../types/TextStyle';
class CompletionBashCommand extends CommanderCommand {
class CompletionBashCommand extends CommanderCommand {
protected commandName: string = 'bash';
protected commandName: string = 'bash';
protected defaultFilename: string = './dojo_bash_completion.sh';
private defaultFilename: string = './dojo_bash_completion.sh';
writeFile(filename: string) {
private writeFile(filename: string) {
const spinner: ora.Ora = ora('Writing Bash completion...').start();
const spinner: ora.Ora = ora('Writing Bash completion...').start();
try {
try {
Loading