yii2 - How to disable generating controllers and views with CLI batch command for Giiant? -


i using command line generating models giiant, this:

yii batch 

what put application configuration or command line options disable generating views , controllers?

i tried looking @ source of batchcontroller see if there options that, can't find any.

when using batch command

yii giiant-batch/models 

will create models , skip cruds. there's also

yii giiant-batch/cruds 

the default command

yii giiant-batch 

runs both.


Comments