[V5] I need a docs/examples on creating custom commands #1829
-
I want to merge these 3 commands into 1 using custom command generated from the ace file.
To something like this similar to laravel: But I couldn't find any documentation on the website. Refering to the v4, the structure and syntax is quite different since I used typescript, I have difficulties trying to grasp it atm, it also leads me to bunch of errors when trying to assign properties one by one. Can anyone please provide me some example to do so? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found useful example file on its repository (adonisjs/ace). Its clear now. |
Beta Was this translation helpful? Give feedback.
Found useful example file on its repository (adonisjs/ace). Its clear now.