Skip to content

Commit 8c667fb

Browse files
authored
fix: queue option missing = (#10896)
1 parent 0a85282 commit 8c667fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artisan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ You may assign default values to options by specifying the default value after t
370370
To assign a shortcut when defining an option, you may specify it before the option name and use the `|` character as a delimiter to separate the shortcut from the full option name:
371371

372372
```php
373-
'mail:send {user} {--Q|queue}'
373+
'mail:send {user} {--Q|queue=}'
374374
```
375375

376376
When invoking the command on your terminal, option shortcuts should be prefixed with a single hyphen and no `=` character should be included when specifying a value for the option:

0 commit comments

Comments
 (0)