pulseaudio/shell-completion
Tanu Kaskinen db6d5011cd shell-completion: zsh: Use -S and -A with _arguments
-S makes the option parser to not try parsing arguments as options
after "--" has appeared in the command line.

-A "-*" makes the option parser to not try parsing arguments as
options after the first non-option argument. The "-*" pattern means
that if there are unrecognized parameters that look like options
(i.e. start with a dash), those should not terminate the option
parsing.
2014-08-17 09:30:16 +03:00
..
zsh shell-completion: zsh: Use -S and -A with _arguments 2014-08-17 09:30:16 +03:00
pulseaudio-bash-completion.sh shell-completion: Add completion for parec 2014-05-25 10:52:05 +03:00