Skip to content

Commit

Permalink
style: lint file
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Feb 20, 2024
1 parent e7c668c commit f01d683
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/make/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default class MakeController extends BaseCommand {
declare singular: boolean

@flags.boolean({
description: 'Generate resourceful controller with methods to perform CRUD actions on a resource',
description:
'Generate resourceful controller with methods to perform CRUD actions on a resource',
alias: 'r',
})
declare resource: boolean
Expand Down

0 comments on commit f01d683

Please sign in to comment.