Compare commits

..

No commits in common. "f5a724c6b4b218902a66ae3b0969a00fd93833f9" and "dcb4a996adaa457bd5b41f72dc1a92982b29e213" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#compdef sox_ng soxi_ng play_ng rec_ng sox soxi play rec #compdef sox_ng soxi_ng play_ng rec_ng
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Copyright (c) 2025 Github zsh-users - https://github.com/zsh-users # Copyright (c) 2025 Github zsh-users - https://github.com/zsh-users
# #
@ -65,7 +65,7 @@ _sox_ng_common() {
'-R[run in "repeatable" mode]' '-R[run in "repeatable" mode]'
'--replay-gain[select whether or not to apply replay gain adjustment to input files]:gain:(track album off)' '--replay-gain[select whether or not to apply replay gain adjustment to input files]:gain:(track album off)'
'(-S --show-progress)'{-S,--show-progress}'[display input file format/header information]' '(-S --show-progress)'{-S,--show-progress}'[display input file format/header information]'
'-T[equivalent to --combine multiply]' '-T(equivalent to --combine multiply)'
'--temp[specified that any temporary files should be created in the given directory]:dir:_files -/' '--temp[specified that any temporary files should be created in the given directory]:dir:_files -/'
'(- *)--version[show version number and exit]' '(- *)--version[show version number and exit]'
'-V[set verbosity]:level:(0 1 2 3 4 5 6)' '-V[set verbosity]:level:(0 1 2 3 4 5 6)'
@ -616,7 +616,7 @@ _sox_ng_effects() {
} }
case $service in case $service in
(soxi_ng|soxi) (soxi_ng)
_sox_ng_soxi_ng _sox_ng_soxi_ng
;; ;;
(*) (*)