From 6d76249a12c66d2a9a31b51cea090f95e027695f Mon Sep 17 00:00:00 2001 From: Erik Reider Date: Fri, 24 Dec 2021 21:57:16 +0100 Subject: [PATCH] Added forgotten commas in zsh completions --- completions/zsh/_swaync-client | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/completions/zsh/_swaync-client b/completions/zsh/_swaync-client index f28e96d..92e79a4 100644 --- a/completions/zsh/_swaync-client +++ b/completions/zsh/_swaync-client @@ -2,12 +2,12 @@ _arguments -s \ '(-h --help)'{-h,--help}'[Show help options]' \ - '(-R --reload-config)'{-R --reload-config}'[Reload the config file]' \ - '(-rs --reload-css)'{-rs --reload-css}'[Reload the css file. Location change requires restart]' \ - '(-t --toggle-panel)'{-t --toggle-panel}'[Toggle the notificaion panel]' \ - '(-d --toggle-dnd)'{-d --toggle-dnd}'[Toggle and print the current dnd state]' \ - '(-D --get-dnd)'{-D --get-dnd}'[Print the current dnd state]' \ - '(-c --count)'{-c --count}'[Print the current notificaion count]' \ - '(-C --close-all)'{-C --close-all}'[Closes all notifications]' \ - '(-sw --skip-wait)'{-sw --skip-wait}"[Doesn't wait when swaync hasn't been started]" \ - '(-s --subscribe)'{-s --subscribe}'[Subscribe to notificaion add and close events]' \ + '(-R --reload-config)'{-R, --reload-config}'[Reload the config file]' \ + '(-rs --reload-css)'{-rs, --reload-css}'[Reload the css file. Location change requires restart]' \ + '(-t --toggle-panel)'{-t, --toggle-panel}'[Toggle the notificaion panel]' \ + '(-d --toggle-dnd)'{-d, --toggle-dnd}'[Toggle and print the current dnd state]' \ + '(-D --get-dnd)'{-D, --get-dnd}'[Print the current dnd state]' \ + '(-c --count)'{-c, --count}'[Print the current notificaion count]' \ + '(-C --close-all)'{-C, --close-all}'[Closes all notifications]' \ + '(-sw --skip-wait)'{-sw, --skip-wait}"[Doesn't wait when swaync hasn't been started]" \ + '(-s --subscribe)'{-s, --subscribe}'[Subscribe to notificaion add and close events]' \