mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
zsh-completion: Fix pacat completion.
pacat --format needs = (--format=). Also pacat should complete files firstly and command line arguments secondly.
This commit is contained in:
parent
d127e801dc
commit
ada92732f0
1 changed files with 2 additions and 1 deletions
|
|
@ -470,8 +470,9 @@ _pacat_completion() {
|
|||
'--property=[set the specified property]:property' \
|
||||
'--raw[record/play raw PCM data]' \
|
||||
'--passthrough[passtrough data]' \
|
||||
'--file-format[record/play formatted PCM data]:format:_pacat_file_formats' \
|
||||
'--file-format=[record/play formatted PCM data]:format:_pacat_file_formats' \
|
||||
'--list-file-formats[list available formats]' \
|
||||
'::files:_files' \
|
||||
}
|
||||
|
||||
# TODO log-target file completion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue