We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I create params with dash in it? I tried this: (new Command)->option('reset-list')->boolean() then I call my script this:
(new Command)->option('reset-list')->boolean()
$ 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
The text was updated successfully, but these errors were encountered:
Confirmed bug. Will take a look at it. Thanks @nickel715!
Sorry, something went wrong.
Looks like this was fixed in recent work. Releasing a new build 0.2.6 now. That version should resolve this.
No branches or pull requests
How can I create params with dash in it?
I tried this:
(new Command)->option('reset-list')->boolean()
then I call my script this:The help shows the param correctly:
The text was updated successfully, but these errors were encountered: