Unable to create command #564
Closed
aadityamundhalia
started this conversation in
General
Replies: 1 comment 2 replies
-
Try change the imports of + from masonite.commands import Command
- from cleo import Command
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have created the command using masonite
python craft command getCommonListCommand
My code is like below:
app/commands/GetCommonListCommand
app/providers/GetCommonListProvider
And updated the providerspy in app/config/providers.py
But new command is not showing up in the list can someone please help

Beta Was this translation helpful? Give feedback.
All reactions