Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 4f50672

Browse files
committed
Set name and version
1 parent 5ea7a3a commit 4f50672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shift-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $taskManifest = new TaskManifest(
1919

2020
Configuration::setDefaultTasks($defaults['run']);
2121

22-
$application = new Application();
22+
$application = new Application('Shift CLI', '0.1.1');
2323
$application->add(new DiscoverCommand($taskManifest));
2424
$application->add(new PublishCommand());
2525
$application->add(new RunCommand($taskManifest));

0 commit comments

Comments
 (0)