icingaweb2/etc/bash_completion.d/icingaweb

14 lines
226 B
Plaintext

_icingaweb_completion()
{
local cur opts
opts="${COMP_WORDS[*]}"
cur="${COMP_WORDS[COMP_CWORD]}"
COMPREPLY=($($opts --autocomplete --autoindex $COMP_CWORD))
return 0
}
complete -F _icingaweb_completion icingaweb