foundry-dsa41-game/node_modules/gulp-cli/completion
macniel 9de1531058
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s Details
chore: building the architecture
2025-09-25 13:07:30 +02:00
..
README.md chore: building the architecture 2025-09-25 13:07:30 +02:00
bash chore: building the architecture 2025-09-25 13:07:30 +02:00
fish chore: building the architecture 2025-09-25 13:07:30 +02:00
powershell chore: building the architecture 2025-09-25 13:07:30 +02:00
zsh chore: building the architecture 2025-09-25 13:07:30 +02:00

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.