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 6bd8390 commit 7d9aa0aCopy full SHA for 7d9aa0a
templates/command.txt
@@ -3,12 +3,12 @@ import { BaseCommand } from '@adonisjs/core/build/standalone'
3
export default class {{ filename }} extends BaseCommand {
4
5
/**
6
- * Command Name is used to run the command
+ * Command name is used to run the command
7
*/
8
public static commandName = '{{#toCommandName}}{{ filename }}{{/toCommandName}}'
9
10
11
- * Command Name is displayed in the "help" output
+ * Command description is displayed in the "help" output
12
13
public static description = ''
14
0 commit comments