generateAll static method
Generates a Bash and Zsh completion script for executableNames.
Implementation
static String generateAll(List<String> executableNames) {
return _withZshCursorPoint(
completion.generateCompletionScript(executableNames),
);
}