mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
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…
x
Reference in New Issue
Block a user