parent
6a33f4e5e0
commit
f07776890e
|
@ -4,7 +4,7 @@ _icingacli_completion()
|
||||||
local cur opts
|
local cur opts
|
||||||
opts="${COMP_WORDS[*]}"
|
opts="${COMP_WORDS[*]}"
|
||||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||||
COMPREPLY=($($opts --autocomplete --autoindex $COMP_CWORD))
|
COMPREPLY=($($opts --autocomplete --autoindex $COMP_CWORD < /dev/null))
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue