#compdef zc-bg-notify

local arguments

arguments=(
  {-h,--help}'[this message]'
  {-q,--quiet}'[dont output status messages about target sessions]'
  {-v,--verbose}'[output more status messages]'
  {-a,--ask}'[ask for notification text (if not provided)]'
  {-f,--force}'[send also to busy sessions; notification can time-out]'
  '*:filename:_files'
)

_arguments -s $arguments
