$ grace create-command [Command Name]
create-command
Description
Creates an Application Command in the app/commands
.
Arguments
Name |
Description |
Required |
Command Name |
The name of the Command |
true |
Usage
Examples
$ grace create-command Example
| Created app/commands/com/examples/ExampleCommand.groovy