diff options
Diffstat (limited to 'completions/zsh')
| -rw-r--r-- | completions/zsh/_riverctl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl index d2cf8ee..2a50abd 100644 --- a/completions/zsh/_riverctl +++ b/completions/zsh/_riverctl @@ -183,9 +183,9 @@ _riverctl() # In case of a new rule added in river, we just need # to add it to the third option between '()', # i.e (float no-float <new-option>) - _arguments '1: :(-app-id -title)' '2: : ' ':: :(float no-float ssd csd tag output)' + _arguments '1: :(-app-id -title)' '2: : ' ':: :(float no-float ssd csd tag output position dimensions)' ;; - list-rules) _alternative 'arguments:args:(float ssd tag output)' ;; + list-rules) _alternative 'arguments:args:(float ssd tag output position dimensions)' ;; *) return 0 ;; esac ;; |
