1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/gulp/completion
zhurui 54669c07cf i4 2023-12-18 13:12:25 +08:00
..
README.md i4 2023-12-18 13:12:25 +08:00
bash i4 2023-12-18 13:12:25 +08:00
fish i4 2023-12-18 13:12:25 +08:00
powershell i4 2023-12-18 13:12:25 +08:00
zsh i4 2023-12-18 13:12:25 +08:00

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.