Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmanders committed Jan 19, 2025
1 parent e2fb9ae commit b5dae69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CommandRouteGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class CommandRouteGenerator extends Command
{--types-only : Generate only a TypeScript declaration file.}
{--url=}
{--group=}
{--except=}
{--only=}';
{--except= : Comma delimited list of route names to exclude.}
{--only= : Comma delimited list of route names to include.}';

protected $description = 'Generate a JavaScript file containing Ziggy’s routes and configuration.';

Expand Down

0 comments on commit b5dae69

Please sign in to comment.