diff options
Diffstat (limited to 'completions/zsh')
| -rw-r--r-- | completions/zsh/_riverctl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl index 53b2194..e874c78 100644 --- a/completions/zsh/_riverctl +++ b/completions/zsh/_riverctl @@ -183,9 +183,9 @@ _riverctl() focus-follows-cursor) _alternative 'arguments:args:(disabled normal always)' ;; set-cursor-warp) _alternative 'arguments:args:(disabled on-output-change on-focus-change)' ;; hide-cursor) _riverctl_hide_cursor ;; - rule-add) _alternative 'arguments:args:(float no-float ssd csd)' ;; - rule-del) _alternative 'arguments:args:(float no-float ssd csd)' ;; - list-rules) _alternative 'arguments:args:(float ssd)' ;; + rule-add) _alternative 'arguments:args:(float no-float ssd csd tag)' ;; + rule-del) _alternative 'arguments:args:(float no-float ssd csd tag)' ;; + list-rules) _alternative 'arguments:args:(float ssd tag)' ;; *) return 0 ;; esac ;; |
