mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
shell-completion: zsh: Add "=" to the end of some command options
Without the equals sign, only the "--server foo" form is recognized, so the "--server=foo" form doesn't get completion support.
This commit is contained in:
parent
db6d5011cd
commit
64d17a6b0a
1 changed files with 3 additions and 3 deletions
|
|
@ -278,8 +278,8 @@ _pactl_completion() {
|
|||
_arguments -C -S -A '-*' \
|
||||
{-h,--help}'[display help and exit]' \
|
||||
'--version[show version and exit]' \
|
||||
{-s,--server}'[name of server to connect to]:host:_hosts' \
|
||||
{-n,--client-name}'[client name to use]:name' \
|
||||
{-s,--server=}'[name of server to connect to]:host:_hosts' \
|
||||
{-n,--client-name=}'[client name to use]:name' \
|
||||
'::pactl command:_pactl_command'
|
||||
|
||||
case $words[$((CURRENT - 1))] in
|
||||
|
|
@ -406,7 +406,7 @@ _pasuspender_completion() {
|
|||
_arguments -S -A "-*" -C \
|
||||
{-h,--help}'[display help and exit]' \
|
||||
'--version[show version and exit]' \
|
||||
{-s,--server}'[name of server to connect to]:host:_hosts' \
|
||||
{-s,--server=}'[name of server to connect to]:host:_hosts' \
|
||||
}
|
||||
|
||||
_padsp_completion() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue