2019-03-13 21:52:13 -07:00

13 lines
200 B
Plaintext

#compdef ddusb
# zsh completions for 'ddusb'
local arguments
arguments=(
{-h,--help}'[show this help message and exit]'
{-b,--bs}'[block size]'
'*:filename:_files'
)
_arguments -s $arguments