bash-it/completion/available/grunt.completion.bash

7 lines
169 B
Bash

# shellcheck shell=bash
# Search the current directory and all parent directories for a gruntfile.
if _command_exists grunt; then
eval "$(grunt --completion=bash)"
fi