We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb0dcf commit c34907dCopy full SHA for c34907d
app/Commands/ShareCurrentWorkingDirectoryCommand.php
@@ -15,7 +15,7 @@ class ShareCurrentWorkingDirectoryCommand extends ShareCommand
15
use SharesViteServer;
16
use DetectsLocalDevelopmentSites;
17
18
- protected $signature = 'share-cwd {host?} {--subdomain=} {--auth=} {--basicAuth=} {--dns=} {--domain=} {--prevent-cors} {--no-vite-detection} {--qr} {--qr-code}';
+ protected $signature = 'share-cwd {host?} {--subdomain=} {--auth=} {--basicAuth=} {--magic-auth=} {--dns=} {--domain=} {--prevent-cors} {--no-vite-detection} {--qr} {--qr-code}';
19
20
public function handle()
21
{
0 commit comments