2017-09-29 44 views
0

在哪里可以找到Grails 3.2.11命令行的源代码文件?Grails 3命令行的命令源代码

当执行命令grails help它显示命令的列表:

| Available Commands (type grails help 'command-name' for more info): 
| Command Name       Command Description 
--------------------------------------------------------------------------- 
create-command       Creates an Application Command 
create-controller      Creates a controller 
create-domain-class      Creates a Domain Class 
create-functional-test     Creates a Geb Functional Test 
create-integration-test     Creates an integration test 
create-interceptor      Creates an interceptor 
create-scaffold-controller    Creates a scaffolded controller 
create-script       Creates a Grails script 
create-service       Creates a Service 
create-taglib       Creates a Tag Library 
create-unit-test      Creates a unit test 
dependency-report      Prints out the Grails application's dependencies 

例如,grails dependency-report。我在哪里可以找到它的源代码?

在此先感谢。

回答