We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888068d commit 6f4ba25Copy full SHA for 6f4ba25
scripts/openapi-generator-cli-completion.bash
@@ -43,4 +43,6 @@ _openapi_generator_cli_completions() {
43
fi
44
}
45
46
-complete -F _openapi_generator_cli_completions openapi-generator-cli
+for i in openapi-generator-cli openapi-generator; do
47
+ type $i > /dev/null 2>&1 && complete -F _openapi_generator_cli_completions $i
48
+done
0 commit comments