Skip to content

Commit

Permalink
📝 Replace help by description
Browse files Browse the repository at this point in the history
Co-authored-by: Enzo Innocenzi <[email protected]>
  • Loading branch information
gturpin-dev and innocenzi authored Dec 23, 2024
1 parent 629f6fd commit 9677901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tempest/View/src/Commands/MakeViewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __invoke(
string $fileName,
#[ConsoleArgument(
name: 'type',
help: 'The type of the view to create',
description: 'The type of the view to create',
)]
ViewType $viewType = ViewType::RAW,
): void {
Expand Down

0 comments on commit 9677901

Please sign in to comment.