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

15 lines
337 B
Plaintext

#compdef zc-all
local arguments
arguments=(
{-h,--help}'[this message]'
{-q,--quiet}'[dont output status messages]'
{-v,--verbose}'[output more status messages]'
{-a,--ask}'[ask for command (if not provided)]'
{-f,--force}'[send also to busy sessions; command can time out]'
'*:filename:_files'
)
_arguments -s $arguments