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.8.4 shell/completion/alocate_zsh
autoproj-2.8.3 shell/completion/alocate_zsh
autoproj-2.8.2 shell/completion/alocate_zsh
autoproj-2.8.1 shell/completion/alocate_zsh
autoproj-2.8.0 shell/completion/alocate_zsh