zsh-users/antigen

Support debug/verbose mode

Open

#471 aberto em 3 de abr. de 2017

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Shell (282 forks)batch import
EnhancementHelp wanted

Métricas do repositório

Stars
 (7.876 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

As per https://trello.com/c/osZqPWKz/107-support-debug-verbose-mode

Support for:


> antigen bundle zsh-users/zsh-syntax-highlighting --debug
Gonna install 'https://github.com/zsh-users/zsh-syntax-highlighting.git'...
Clone OK: '$ADOTDIR/zsh-users/zsh-syntax-highlighting'
Determining entry point...
Found entry point: '$ADOTDIR/zsh-users/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh' using dot-plugin strategy.
No entries found to add to PATH. Not updated.
No entries found to add to fpath. Not updated.
Record entry: 'https://github.com/zsh-users/zsh-syntax-highlighting.git|master / plugin true'

Support --debug and --dry-run.

Guia do colaborador