Skip to content

Commit f6f5578

Browse files
authored
style: mention to call generate:manifest command in command docblock
1 parent d29bdc6 commit f6f5578

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

templates/command.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ export default class {{ filename }} extends BaseCommand {
1414
public static settings = {
1515
/**
1616
* Set the following value to true, if you want to load the application
17-
* before running the command
17+
* before running the command. Don't forget to call `node ace generate:manifest`
18+
* afterwards.
1819
*/
1920
loadApp: false,
2021

2122
/**
2223
* Set the following value to true, if you want this command to keep running until
23-
* you manually decide to exit the process
24+
* you manually decide to exit the process. Don't forget to call
25+
* `node ace generate:manifest` afterwards.
2426
*/
2527
stayAlive: false,
2628
}

0 commit comments

Comments
 (0)