Skip to content
This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Commit a0246f2

Browse files
committed
feat(command): add route:list command
1 parent 5e47a3f commit a0246f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bootstrap/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const aceProviders = [
4747
'adonis-lucid/providers/SeederProvider',
4848
'adonis-ace/providers/CommandProvider',
4949
'adonis-commands/providers/GeneratorsProvider',
50+
'adonis-commands/providers/HelperCommandsProvider',
5051
'adonis-commands/providers/ReplProvider'
5152
]
5253

@@ -90,6 +91,7 @@ const commands = [
9091
'Adonis/Commands/Auth:Setup',
9192
'Adonis/Commands/Repl',
9293
'Adonis/Commands/Make:Controller',
94+
'Adonis/Commands/Route:List',
9395
'Adonis/Commands/Make:Migration',
9496
'Adonis/Commands/Make:Model',
9597
'Adonis/Commands/Make:View',

0 commit comments

Comments
 (0)