You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$command->addOption('invokable', 'i', InputOption::VALUE_NONE, 'Use this option to create an invokable command');
68
+
$command->addOption('invokable', 'i', InputOption::VALUE_NEGATABLE, 'Use this option to create an invokable command', default: $this->supportsInvokableCommand());
69
69
}
70
70
}
71
71
@@ -237,7 +237,7 @@ private function askForArguments(ConsoleStyle $io): array
0 commit comments