Skip to content

Commit

Permalink
Added arg shortcuts for all command options
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhansen committed Jul 30, 2024
1 parent 92cf275 commit 504afcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MakeView.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class MakeView extends Command
*
* @var string
*/
protected $signature = "make:view {viewname} {--extends=} {--bootstrap=} {--empty} {--resourceful}";
protected $signature = "make:view {viewname} {--e|extends=} {--bs|bootstrap=} {--E|empty} {--r|resourceful}";

/**
* The console command description.
Expand Down

0 comments on commit 504afcf

Please sign in to comment.