artisan-menu icon indicating copy to clipboard operation
artisan-menu copied to clipboard

It'd be awesome to present command options

Open phpguru opened this issue 7 years ago • 0 comments

I gave this a try, thanks for posting on r/laravel.

My only suggestion would be to parse the options for a command and let there be a way to include them.

One example is krlove:generate:model -- most of the command options have to be passed, like --table-name=SomeTable --connection=NonDefaultConnection -- without those, the command is useless and I end up quitting menu, running php artisan help krlove:generate:model as before.

It's really cool though. Only other beef is it takes up quite a bit of screen real-estate.

phpguru avatar Sep 21 '18 21:09 phpguru