parent
7bb7fe469f
commit
6d6d3c132f
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
_icingaweb_completion()
|
_icingacli_completion()
|
||||||
{
|
{
|
||||||
local cur opts
|
local cur opts
|
||||||
opts="${COMP_WORDS[*]}"
|
opts="${COMP_WORDS[*]}"
|
||||||
|
@ -8,6 +8,6 @@ _icingaweb_completion()
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
complete -F _icingaweb_completion icingaweb
|
complete -F _icingacli_completion icingacli
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue