diff options
author | Réouven Assouly <reouvenassouly@yahoo.fr> | 2019-01-01 16:16:11 +0100 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2019-01-02 21:38:32 -0500 |
commit | cf00fb2ccc2063fbbd5b72e0d3b8e75697243c3b (patch) | |
tree | 396cf56d64b974593ec69110a9418e4b9ff02405 /completions/zsh/_swaymsg | |
parent | 5bf4daf2634929e7c94a6c7e56eda66d4667ca2f (diff) |
zsh: update completions
Diffstat (limited to 'completions/zsh/_swaymsg')
-rw-r--r-- | completions/zsh/_swaymsg | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/completions/zsh/_swaymsg b/completions/zsh/_swaymsg index a7a1c8e0..0ba45d4a 100644 --- a/completions/zsh/_swaymsg +++ b/completions/zsh/_swaymsg @@ -28,8 +28,10 @@ types=( ) _arguments -s \ - '(-v --version)'{-v,--version}'[Print the version (of swaymsg) and quit]' \ - '(-h --help)'{-h,--help}'[Shows help message]' \ - '(-q --quiet)'{-q,--quiet}'[Sends the IPC message but does not print the response from sway]' \ - '(-s --socket)'{-s,--socket}'[Use the specified socket path.]:files:_files' \ - '(-t --type)'{-t,--type}'[Specify the type of IPC message.]:type:{_describe "type" types}' + '(-v --version)'{-v,--version}'[Show the version number and quit]' \ + '(-m --monitor)'{-m,--monitor}'[Monitor until killed (-t SUBSCRIBE only)]' \ + '(-h --help)'{-h,--help}'[Show help message and quit]' \ + '(-q --quiet)'{-q,--quiet}'[Be quiet]' \ + '(-r --raw)'{-r,--raw}'[Use raw output even if using a tty]' \ + '(-s --socket)'{-s,--socket}'[Use the specified socket path]:files:_files' \ + '(-t --type)'{-t,--type}'[Specify the message type]:type:{_describe "type" types}' |