Sha256: 44f1fa80656ed7aeb145dbf48b3ca22908a4ab81c7fb85795888afaccfd5f08a

Contents?: true

Size: 661 Bytes

Versions: 25

Compression:

Stored size: 661 Bytes

Contents

#!/usr/bin/env zsh

_alog() {
  __alog
}

__alog() {
  _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)]' \
    --since'[show what got updated since the given version]' \
    {--diff,--no-diff}'[show the difference between two stages in the log]' \
    '*:arg::'
}


compdef _alog alog

Version data entries

25 entries across 25 versions & 1 rubygems

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