We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3152e commit f6ea6fcCopy full SHA for f6ea6fc
az.completion
@@ -1,4 +1,4 @@
1
-_python_argcomplete() {
+_az_python_argcomplete() {
2
local IFS=$'\013'
3
local SUPPRESS_SPACE=0
4
if compopt +o nospace 2> /dev/null; then
@@ -18,4 +18,4 @@ _python_argcomplete() {
18
compopt -o nospace
19
fi
20
}
21
-complete -o nospace -o default -o bashdefault -F _python_argcomplete "az"
+complete -o nospace -o default -o bashdefault -F _az_python_argcomplete "az"
0 commit comments