Skip to content

Commit 7d9aa0a

Browse files
committed
style: fix docblock in command stub
1 parent 6bd8390 commit 7d9aa0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/command.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import { BaseCommand } from '@adonisjs/core/build/standalone'
33
export default class {{ filename }} extends BaseCommand {
44

55
/**
6-
* Command Name is used to run the command
6+
* Command name is used to run the command
77
*/
88
public static commandName = '{{#toCommandName}}{{ filename }}{{/toCommandName}}'
99

1010
/**
11-
* Command Name is displayed in the "help" output
11+
* Command description is displayed in the "help" output
1212
*/
1313
public static description = ''
1414

0 commit comments

Comments
 (0)