Skip to content

Commit f6ea6fc

Browse files
authored
{Misc.} Change name of Bash completion function (Azure#23287)
1 parent 7e3152e commit f6ea6fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

az.completion

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_python_argcomplete() {
1+
_az_python_argcomplete() {
22
local IFS=$'\013'
33
local SUPPRESS_SPACE=0
44
if compopt +o nospace 2> /dev/null; then
@@ -18,4 +18,4 @@ _python_argcomplete() {
1818
compopt -o nospace
1919
fi
2020
}
21-
complete -o nospace -o default -o bashdefault -F _python_argcomplete "az"
21+
complete -o nospace -o default -o bashdefault -F _az_python_argcomplete "az"

0 commit comments

Comments
 (0)