Skip to content
Snippets Groups Projects

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

3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -26,7 +26,7 @@ For more details: <https://github.com/scop/bash-completion/blob/master/README.md
@@ -26,7 +26,7 @@ For more details: <https://github.com/scop/bash-completion/blob/master/README.md
console.log(`Bash completion successfully written.`)
console.log(`Bash completion successfully written.`)
console.log(`${installInstructions}`)
console.log(`${installInstructions}`)
} catch (error) {
} catch (error) {
console.log(`Error: ${error}, failed to write ${filename}`)
console.log(`Error: ${error}.`)
}
}
}
}
Loading