shell/completion/autoproj_zsh in autoproj-2.9.0 vs shell/completion/autoproj_zsh in autoproj-2.10.0
- old
+ new
@@ -469,10 +469,11 @@
{--deps,--no-deps}'[controls whether the operation should apply to the package''s dependencies as well. -n is a shortcut for --no-deps]' \
{--parallel,-p}'[maximum number of parallel jobs]' \
{--auto-exclude,--no-auto-exclude}'[if true, packages that fail to import will be excluded from the build]' \
{--tool,--no-tool}'[act as a build tool, transparently passing the subcommand''s outputs to STDOUT]' \
{--confirm,--no-confirm}'[--force and --rebuild will ask confirmation if applied to the whole workspace. Use --no-confirm to disable this confirmation]' \
+ --not'[do not build the packages listed]' \
'*:arg:_autoproj_installed_packages'
}
__autoproj_cache() {
_arguments \
@@ -695,9 +696,10 @@
{--keep-going,--no-keep-going,-k}'[do not stop if some package cannot be versioned]' \
{--replace,--no-replace}'[in combination with --save, controls whether an existing file should be updated or replaced]' \
{--deps,--no-deps}'[whether both packages and their dependencies should be versioned, or only the selected packages (the latter is the default)]' \
{--local,--no-local}'[whether we should access the remote server to verify that the snapshotted state is present]' \
--save'[save to the given file instead of displaying it on the standard output]' \
+ --fingerprint'[calculate unique fingerprint for each package]' \
'*:arg:_autoproj_installed_packages'
}
__autoproj_log() {
_arguments \