You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, you can only us generators from the main folder, but it'd be a nice feature to have the following be equivalent:
# In main project folder
hanami generate action home.index --slice admin
# in slices/admin/
hanami generate action home.index
Similarly, we should let generating from the app/ folder work the same as it does from the main folder (since app/ is the default, it doesn't need to be any different).
The text was updated successfully, but these errors were encountered:
Right now, you can only us generators from the main folder, but it'd be a nice feature to have the following be equivalent:
Similarly, we should let generating from the
app/
folder work the same as it does from the main folder (since app/ is the default, it doesn't need to be any different).The text was updated successfully, but these errors were encountered: