|
|
%!s(int64=8) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| README.md | %!s(int64=8) %!d(string=hai) anos | |
| bash | %!s(int64=8) %!d(string=hai) anos | |
| fish | %!s(int64=8) %!d(string=hai) anos | |
| powershell | %!s(int64=8) %!d(string=hai) anos | |
| zsh | %!s(int64=8) %!d(string=hai) anos | |
Thanks to grunt team and 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.