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 936f8b3 commit ba40d03Copy full SHA for ba40d03
bin/graphql-client-code-generator
@@ -41,5 +41,5 @@ if ($input->getFirstArgument() === null) {
41
42
$application = new Application('graphql-client-code-generator', '1.0.0');
43
44
-$application->addCommand(new Command()->setCode(new GenerateCommand(new Filesystem())));
+$application->addCommand(new Command('generate')->setCode(new GenerateCommand(new Filesystem())));
45
$application->run($input);
0 commit comments