We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29bdc6 commit f6f5578Copy full SHA for f6f5578
templates/command.txt
@@ -14,13 +14,15 @@ export default class {{ filename }} extends BaseCommand {
14
public static settings = {
15
/**
16
* Set the following value to true, if you want to load the application
17
- * before running the command
+ * before running the command. Don't forget to call `node ace generate:manifest`
18
+ * afterwards.
19
*/
20
loadApp: false,
21
22
23
* Set the following value to true, if you want this command to keep running until
- * 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.
26
27
stayAlive: false,
28
}
0 commit comments