Исходный код команд командной строки Grails 3

Где я могу найти файлы исходного кода командной строки Grails 3.2.11?

При выполнении команды 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. Где я могу найти его исходный код?

Заранее спасибо.


person esalomon    schedule 29.09.2017    source источник


Ответы (1)


Через некоторое время я нашел исходный код здесь: https://github.com/grails/grails-profile-repository/tree/master/profiles/base/commands

person esalomon    schedule 29.09.2017