-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
How can I create params with dash in it?
I tried this: (new Command)->option('reset-list')->boolean()
then I call my script this:
$ php test.php --reset-list
ERROR: Unknown option, reset, specified
The help shows the param correctly:
$ php test.php --help
test.php
--help
Show the help page for this command.
--reset-list
Metadata
Metadata
Assignees
Labels
No labels