Added command line options for server-host and server-port (#147)

* Added server options

* Restored box.json

* Reverted build and versioning...

* Please the style gods
This commit is contained in:
Tii
2020-12-04 22:44:25 +01:00
committed by GitHub
parent c92d4b258c
commit bded9f754e
3 changed files with 11 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ namespace App\Commands;
class ShareCurrentWorkingDirectoryCommand extends ShareCommand
{
protected $signature = 'share-cwd {host?} {--subdomain=} {--auth=}';
protected $signature = 'share-cwd {host?} {--subdomain=} {--auth=} {--server-host=} {--server-port=}';
public function handle()
{