mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-03 04:30:55 +00:00
Consistency
Missed one
This commit is contained in:
parent
07a66a70fc
commit
5d6072524c
@ -1,12 +1,11 @@
|
|||||||
_pihole()
|
_pihole() {
|
||||||
{
|
local cur prev opts
|
||||||
local cur prev opts
|
COMPREPLY=()
|
||||||
COMPREPLY=()
|
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
||||||
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
opts="blacklist chronometer debug flush help query reconfigure setupLCD uninstall updateGravity updatePihole version whitelist"
|
||||||
opts="blacklist chronometer debug flush help query reconfigure setupLCD uninstall updateGravity updatePihole version whitelist"
|
|
||||||
|
|
||||||
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
complete -F _pihole pihole
|
complete -F _pihole pihole
|
||||||
|
Loading…
Reference in New Issue
Block a user