From 504afcf6962b31a16423f7754c62918abc8768fb Mon Sep 17 00:00:00 2001 From: BJ Hansen Date: Tue, 30 Jul 2024 09:48:07 -0500 Subject: [PATCH] Added arg shortcuts for all command options --- src/MakeView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MakeView.php b/src/MakeView.php index 80f23aa..4c7ee58 100644 --- a/src/MakeView.php +++ b/src/MakeView.php @@ -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.