#compdef river-bedload
#
# Completion script for river-bedload <https://sr.ht/~novakane/river-bedload/>

local -a sort
sort=(
  outputs
  seats
  tags
  active
  focused
  urgent
  title
  layout
)

_arguments : \
  '(-)'-h'[Print this help message and exit]' \
  '(-h -print)'-watch"[Print to STDOUT in json format]:arg:($sort)" \
  '(-h -watch)'-print"[Print to STDOUT in json format and exit]:arg:($sort)" \
  '(-h)'-minified'[Print with no whitespace]'

