We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1356515 commit ef5ea2bCopy full SHA for ef5ea2b
src/Input/Command.php
@@ -343,12 +343,8 @@ public function showHelp()
343
344
$helper
345
->showArgumentsHelp($this->allArguments())
346
- ->showOptionsHelp($this->allOptions(), '', 'Legend: <required> [optional] variadic...');
347
-
348
- if ($this->_usage) {
349
- $io->eol();
350
- $io->boldGreen('Usage Examples:', true)->colors($this->_usage)->eol();
351
- }
+ ->showOptionsHelp($this->allOptions(), '', 'Legend: <required> [optional] variadic...')
+ ->showUsage($this->_usage);
352
353
return $this->emit('_exit', 0);
354
}
0 commit comments