Skip to content

Commit 0d3a936

Browse files
Refactor: Improve command signature formatting for better readability
1 parent 273f9cf commit 0d3a936

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Commands/LivewireMakeCommand.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ class LivewireMakeCommand extends Command implements PromptsForMissingInput
1111
{
1212
use LivewireComponentParser;
1313

14-
protected $signature = 'module:make-livewire {component} {module} {--view=} {--force} {--inline} {--stub=}';
14+
protected $signature = 'module:make-livewire
15+
{component : The name of the component}
16+
{module : The module to generate the class in}
17+
{--f|force : Overwrite existing files?}
18+
{--i|inline : Create inline component}
19+
{--view= : The view file name}
20+
{--stub= : Use a custom stub}';
1521

1622
/**
1723
* The console command description.

0 commit comments

Comments
 (0)