sensordb2 e64a8defe5 3.17 | hai 1 ano | |
---|---|---|
.. | ||
README.md | hai 1 ano | |
bash | hai 1 ano | |
fish | hai 1 ano | |
powershell | hai 1 ano | |
zsh | hai 1 ano |
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.
Add eval "$(gulp --completion=bash)"
to ~/.bashrc
.
Add eval "$(gulp --completion=zsh)"
to ~/.zshrc
.
Add Invoke-Expression ((gulp --completion=powershell) -join [System.Environment]::NewLine)
to $PROFILE
.
Add gulp --completion=fish | source
to ~/.config/fish/config.fish
.