Skip to content

Commit 4f80160

Browse files
authored
Make command signature consistent
1 parent 3ed2228 commit 4f80160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/PublishCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class PublishCommand extends Command
1212
{
1313
use LocatesPhpBinary;
1414

15-
protected $signature = 'native:publish {os=mac}';
15+
protected $signature = 'native:publish {os=all : The operating system to build for (all, linux, mac, windows)}';
1616

1717
public function handle(): void
1818
{

0 commit comments

Comments
 (0)