Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions templates/command.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ export default class {{ filename }} extends BaseCommand {
public static settings = {
/**
* Set the following value to true, if you want to load the application
* before running the command
* before running the command. Don't forget to call `node ace generate:manifest`
* afterwards.
*/
loadApp: false,

/**
* Set the following value to true, if you want this command to keep running until
* you manually decide to exit the process
* you manually decide to exit the process. Don't forget to call
* `node ace generate:manifest` afterwards.
*/
stayAlive: false,
}
Expand Down