mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Update PestDuskCommand.php
Add Dusk command argument --browse
This commit is contained in:
@ -16,7 +16,9 @@ final class PestDuskCommand extends DuskCommand
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $signature = 'pest:dusk {--without-tty : Disable output to TTY}';
|
protected $signature = 'pest:dusk
|
||||||
|
{--browse : Open a browser instead of using headless mode}
|
||||||
|
{--without-tty : Disable output to TTY}';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The console command description.
|
* The console command description.
|
||||||
|
|||||||
Reference in New Issue
Block a user