vmk-demo-bot / frontend / node_modules / gulp-cli / completion /
..
README.md init 17 days ago
bash init 17 days ago
fish init 17 days ago
powershell init 17 days ago
zsh init 17 days ago
README.md

Completion for gulp

Thanks to the grunt team, specifically Tyler Kellen

To enable tasks auto-completion in shell you should add eval "$(gulp --completion=shell)" in your .shellrc file.

Bash

Add eval "$(gulp --completion=bash)" to ~/.bashrc.

Zsh

Add eval "$(gulp --completion=zsh)" to ~/.zshrc.

Powershell

Add Invoke-Expression ((gulp --completion=powershell) -join [System.Environment]::NewLine) to $PROFILE.

Fish

Add gulp --completion=fish | source to ~/.config/fish/config.fish.