zdharma-continuum.zconvey/_zc-bg-notify
2020-09-03 16:19:38 +02:00

15 lines
380 B
Plaintext

#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