mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
6a33f4e5e0
commit
f07776890e
@ -4,7 +4,7 @@ _icingacli_completion()
|
||||
local cur opts
|
||||
opts="${COMP_WORDS[*]}"
|
||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
COMPREPLY=($($opts --autocomplete --autoindex $COMP_CWORD))
|
||||
COMPREPLY=($($opts --autocomplete --autoindex $COMP_CWORD < /dev/null))
|
||||
return 0
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user