htc 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 ay önce
..
README.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 ay önce
bash 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 ay önce
fish 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 ay önce
powershell 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 ay önce
zsh 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 ay önce

README.md

Completion for gulp

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.

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.