mirror of
https://github.com/octoleo/hosts.git
synced 2024-11-28 07:46:29 +00:00
Update completions.
This commit is contained in:
parent
b9a257f5d5
commit
b7394fe2d5
@ -1,3 +1,5 @@
|
|||||||
|
#compdef hosts
|
||||||
|
|
||||||
__hosts_subcommands() {
|
__hosts_subcommands() {
|
||||||
local _commands
|
local _commands
|
||||||
_commands=($(hosts commands --raw))
|
_commands=($(hosts commands --raw))
|
||||||
@ -21,4 +23,4 @@ __hosts_subcommands() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
compdef __hosts_subcommands hosts
|
__hosts_subcommands "$@"
|
Loading…
Reference in New Issue
Block a user