Skip to content

Commit

Permalink
Add stub option
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo authored Mar 21, 2024
1 parent fc7e134 commit 36e9c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/MakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ protected function getOptions(): array
return [
['class', null, InputOption::VALUE_NONE, 'Create a class based component'],
['force', 'f', InputOption::VALUE_NONE, 'Create the Volt component even if the component already exists'],
['stub', 's', InputOption::VALUE_OPTIONAL, 'The stub file to use'],
];
}

Expand Down

0 comments on commit 36e9c10

Please sign in to comment.