Skip to content

Commit c34907d

Browse files
committed
add magic auth flag to cwd share
1 parent 5eb0dcf commit c34907d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Commands/ShareCurrentWorkingDirectoryCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ShareCurrentWorkingDirectoryCommand extends ShareCommand
1515
use SharesViteServer;
1616
use DetectsLocalDevelopmentSites;
1717

18-
protected $signature = 'share-cwd {host?} {--subdomain=} {--auth=} {--basicAuth=} {--dns=} {--domain=} {--prevent-cors} {--no-vite-detection} {--qr} {--qr-code}';
18+
protected $signature = 'share-cwd {host?} {--subdomain=} {--auth=} {--basicAuth=} {--magic-auth=} {--dns=} {--domain=} {--prevent-cors} {--no-vite-detection} {--qr} {--qr-code}';
1919

2020
public function handle()
2121
{

0 commit comments

Comments
 (0)