aboutsummaryrefslogtreecommitdiff
path: root/completions/zsh/_riverctl
diff options
context:
space:
mode:
authorDoclic <doclic@tutanota.com>2023-10-19 12:58:11 +0200
committerDoclic <doclic@tutanota.com>2023-10-19 12:58:11 +0200
commitbf4154007d7a418571f3d8f09835a351590e3b42 (patch)
tree8e2110948ab444f9a3c037e2ed23ec97a2ceb813 /completions/zsh/_riverctl
parent206bb2e713a2acc560dfd9a6f04c2961d62fac7e (diff)
downloadriver-bf4154007d7a418571f3d8f09835a351590e3b42.tar.gz
river-bf4154007d7a418571f3d8f09835a351590e3b42.tar.xz
river: add outputs rule
Diffstat (limited to 'completions/zsh/_riverctl')
-rw-r--r--completions/zsh/_riverctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl
index 6d2b3b3..d2cf8ee 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)'
+ _arguments '1: :(-app-id -title)' '2: : ' ':: :(float no-float ssd csd tag output)'
;;
- list-rules) _alternative 'arguments:args:(float ssd tag)' ;;
+ list-rules) _alternative 'arguments:args:(float ssd tag output)' ;;
*) return 0 ;;
esac
;;