7 lines
225 B
Plaintext
7 lines
225 B
Plaintext
#compdef rejmerge
|
|
|
|
_arguments \
|
|
'(-r --root)'{-r,--root}'[specify alternative root]:root directory:_files -/' \
|
|
'(-v --version)'{-v,--version}'[print version and exit]' \
|
|
'(-h --help)'{-h,--help}'[print help and exit]'
|