Skip to content

Commit

Permalink
Fix option syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 8, 2023
1 parent 7f0dfe2 commit 2b72996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/src/Console/Commands/ServeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class ServeCommand extends Command
{
/** @var string */
protected $signature = 'serve {--host= : <comment>[default: "localhost"]</comment>}} {--port= : <comment>[default: 8080]</comment>} {--fancy : <comment>[default: true]</comment>}';
protected $signature = 'serve {--host= : <comment>[default: "localhost"]</comment>}} {--port= : <comment>[default: 8080]</comment>} {--fancy= : <comment>[default: true]</comment>}';

/** @var string */
protected $description = 'Start the realtime compiler server.';
Expand Down

0 comments on commit 2b72996

Please sign in to comment.