Skip to content

Commit

Permalink
Merge pull request #1449 from hydephp/fancy-serve-command
Browse files Browse the repository at this point in the history
Fancy serve command cleanup hydephp/develop@e13e215
  • Loading branch information
github-actions committed Nov 11, 2023
1 parent 0268b18 commit 8dfa059
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Console/Commands/ServeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
class ServeCommand extends Command
{
/** @var string */
protected $signature = 'serve {--host= : <comment>[default: "localhost"]</comment>}} {--port= : <comment>[default: 8080]</comment>}';
protected $signature = 'serve
{--host= : <comment>[default: "localhost"]</comment>}}
{--port= : <comment>[default: 8080]</comment>}
';

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

0 comments on commit 8dfa059

Please sign in to comment.