neue Optionen (-r, Installskript) installiert
This commit is contained in:
parent
5f283b0fb1
commit
ea5e2450ea
15 changed files with 273 additions and 42 deletions
|
|
@ -7,6 +7,8 @@ _ntu() {
|
|||
typeset -A opt_args
|
||||
|
||||
_arguments -C \
|
||||
'(-r --recursive)'{-r,--recursive}'[Process directories recursively]' \
|
||||
'--conf[Use specific configuration file]:config file:_files' \
|
||||
'(-n --dry-run --no-changes)'{-n,--dry-run,--no-changes}'[Only preview changes without renaming]' \
|
||||
'(-q --quiet)'{-q,--quiet}'[Suppress output]' \
|
||||
'(-f --force)'{-f,--force}'[Overwrite existing files]' \
|
||||
|
|
@ -14,6 +16,7 @@ _ntu() {
|
|||
'(-v --verbose)'{-v,--verbose}'[Verbose debug output]' \
|
||||
'--modify-root[Also rename root directory]' \
|
||||
'--special[Process symlinks and special files]' \
|
||||
'--no-color[Disable colored output]' \
|
||||
'(-h --help)'{-h,--help}'[Print help]' \
|
||||
'(-V --version)'{-V,--version}'[Print version]' \
|
||||
'*:path:_files'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue