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.
help
--help
1 parent 354d2c8 commit fdabad6Copy full SHA for fdabad6
1 file changed
tools/ddct-src/App.php
@@ -51,8 +51,7 @@ private function runCommand(int $argc, array $argv): int
51
'generate' => $this->generate($argc, $argv),
52
'generate-all' => $this->generateAll($argc, $argv),
53
'has-built' => $this->hasBuilt($argc, $argv),
54
- 'help' => $this->help($argc, $argv),
55
- '--help' => $this->help($argc, $argv),
+ 'help', '--help' => $this->help($argc, $argv),
56
'namespace-copy' => $this->namespaceCopy($argc, $argv),
57
'namespace-echo' => $this->namespaceEcho($argc, $argv),
58
'namespace-publish' => $this->namespacePublish($argc, $argv),
0 commit comments