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 9987e27 commit e73efaaCopy full SHA for e73efaa
shift-cli
@@ -19,7 +19,7 @@ $taskManifest = new TaskManifest(
19
20
Configuration::setDefaultTasks($defaults['run'], $defaults['options'] ?? []);
21
22
-$application = new Application('Shift CLI', '0.2.9');
+$application = new Application('Shift CLI', '');
23
$application->add(new DiscoverCommand($taskManifest));
24
$application->add(new PublishCommand());
25
$application->add(new RunCommand($taskManifest));
0 commit comments