Added support for grailsw command on Grails plugin

Grails wrapper creates a `grailsw` script in a Grails project. It has the same available command line arguments as the `grails` command.
This commit is contained in:
Chris Sterling 2012-12-22 11:42:53 -08:00
commit f882a37c44

View file

@ -52,3 +52,4 @@ _grails() {
}
compdef _grails grails
compdef _grails grailsw