Skip to content

Commit

Permalink
compat: remove option descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
lmeysel committed Jul 28, 2023
1 parent 831ec3e commit 9286783
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 @@ -12,8 +12,8 @@ class CommandRouteGenerator extends Command
{
protected $signature = 'ziggy:generate
{path? : Path to the generated JavaScript file. Default: `resources/js/ziggy.js`.}
{--t|declarations : Generate TypeScript declaration file.}
{--T|declarations-only : Generate TypeScript declaration file without ziggy routes file.}
{--t|declarations}
{--T|declarations-only}
{--url=}
{--group=}';

Expand Down

0 comments on commit 9286783

Please sign in to comment.