-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
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
Valet linux/command:valet secure #254
Comments
Which PHP version are you using? |
php --version |
This PR should have solved that: #246 Which version are you using? >=2.2.4 should work |
Thanks. Forgot to change line 67. |
I write valet secure.
and i get this message.
➜ Sites valet secure
PHP Fatal error: Uncaught Symfony\Component\Console\Exception\LogicException: Cannot set a default value when using InputOption::VALUE_NONE mode. in /home/robert/.config/composer/vendor/symfony/console/Input/InputOption.php:159
Stack trace:
#0 /home/robert/.config/composer/vendor/mnapoli/silly/src/Command/Command.php(63): Symfony\Component\Console\Input\InputOption->setDefault(false)
#1 /home/robert/.config/composer/vendor/mnapoli/silly/src/Application.php(108): Silly\Command\Command->defaults(Array)
#2 /home/robert/.config/composer/vendor/cpriego/valet-linux/cli/valet.php(85): Silly\Application->command('port [port] [--...', Object(Closure))
#3 {main}
thrown in /home/robert/.config/composer/vendor/symfony/console/Input/InputOption.php on line 159
➜ Sites
Thanks :)
The text was updated successfully, but these errors were encountered: