aboutsummaryrefslogtreecommitdiffstats
path: root/completions/zsh/_swaymsg
diff options
context:
space:
mode:
Diffstat (limited to 'completions/zsh/_swaymsg')
-rw-r--r--completions/zsh/_swaymsg7
1 files changed, 4 insertions, 3 deletions
diff --git a/completions/zsh/_swaymsg b/completions/zsh/_swaymsg
index 0ba45d4a..c11fa990 100644
--- a/completions/zsh/_swaymsg
+++ b/completions/zsh/_swaymsg
@@ -28,10 +28,11 @@ types=(
28) 28)
29 29
30_arguments -s \ 30_arguments -s \
31 '(-v --version)'{-v,--version}'[Show the version number and quit]' \
32 '(-m --monitor)'{-m,--monitor}'[Monitor until killed (-t SUBSCRIBE only)]' \
33 '(-h --help)'{-h,--help}'[Show help message and quit]' \ 31 '(-h --help)'{-h,--help}'[Show help message and quit]' \
32 '(-m --monitor)'{-m,--monitor}'[Monitor until killed (-t SUBSCRIBE only)]' \
33 '(-p --pretty)'{-p,--pretty}'[Use pretty output even when not using a tty]' \
34 '(-q --quiet)'{-q,--quiet}'[Be quiet]' \ 34 '(-q --quiet)'{-q,--quiet}'[Be quiet]' \
35 '(-r --raw)'{-r,--raw}'[Use raw output even if using a tty]' \ 35 '(-r --raw)'{-r,--raw}'[Use raw output even if using a tty]' \
36 '(-s --socket)'{-s,--socket}'[Use the specified socket path]:files:_files' \ 36 '(-s --socket)'{-s,--socket}'[Use the specified socket path]:files:_files' \
37 '(-t --type)'{-t,--type}'[Specify the message type]:type:{_describe "type" types}' 37 '(-t --type)'{-t,--type}'[Specify the message type]:type:{_describe "type" types}' \
38 '(-v --version)'{-v,--version}'[Show the version number and quit]'