Sha256: 11e3350aee137e386662df65d9b1bbf13af35be1af71a426f153b15052c70f01

Contents?: true

Size: 999 Bytes

Versions: 25

Compression:

Stored size: 999 Bytes

Contents

#!/usr/bin/env zsh

_alocate() {
  __alocate
}

__alocate() {
  _arguments \
    {--verbose,--no-verbose}'[turns verbose output]' \
    {--debug,--no-debug}'[turns debugging output]' \
    {--silent,--no-silent}'[tell autoproj to not display anything]' \
    {--color,--no-color}'[enables or disables colored display (enabled by default if the terminal supports it)]' \
    {--progress,--no-progress}'[enables or disables progress display (enabled by default if the terminal supports it)]' \
    {--cache,--no-cache}'[controls whether the resolution should be done by loading the whole configuration (false, slow) or through a cache file (the default)]' \
    {--prefix,--no-prefix,-p}'[outputs the package''s prefix directory instead of its source directory]' \
    {--build,--no-build,-b}'[outputs the package''s build directory instead of its source directory]' \
    {--log,-l}'[outputs the path to a package''s log file]' \
    '*:arg:_autoproj_installed_packages'
}


compdef _alocate alocate

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
autoproj-2.17.0 shell/completion/alocate_zsh
autoproj-2.16.0 shell/completion/alocate_zsh
autoproj-2.15.3 shell/completion/alocate_zsh
autoproj-2.15.2 shell/completion/alocate_zsh
autoproj-2.15.1 shell/completion/alocate_zsh
autoproj-2.15.0 shell/completion/alocate_zsh
autoproj-2.14.0 shell/completion/alocate_zsh
autoproj-2.13.0 shell/completion/alocate_zsh
autoproj-2.12.1 shell/completion/alocate_zsh
autoproj-2.12.0 shell/completion/alocate_zsh
autoproj-2.11.0 shell/completion/alocate_zsh
autoproj-2.10.2 shell/completion/alocate_zsh
autoproj-2.10.1 shell/completion/alocate_zsh
autoproj-2.10.0 shell/completion/alocate_zsh
autoproj-2.9.0 shell/completion/alocate_zsh
autoproj-2.8.8 shell/completion/alocate_zsh
autoproj-2.8.7 shell/completion/alocate_zsh
autoproj-2.8.6 shell/completion/alocate_zsh
autoproj-2.8.5 shell/completion/alocate_zsh
autoproj-2.8.5.b1 shell/completion/alocate_zsh