jonataslaw / get_cli

Official Getx CLI
Apache License 2.0
612 stars 179 forks source link

Get create controller with flat module directory #271

Open bigbott opened 3 months ago

bigbott commented 3 months ago

I have a flat module directory (added get_cli: sub_folder: false).

Now when I run: get create controller:auth on home

I expect AuthController.dart to be created in a home directory. Instead it created in home\controllers directory

The same goes for the get create view as well.