Skip to content

Commit

Permalink
TASK: Add app name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo committed Oct 8, 2021
1 parent db1202c commit 8b85076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml-splitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Console\SplitCommand;
use Symfony\Component\Console\Application;

$app = new Application();
$app = new Application('YamlSplitter', '1.0.0');
$app->add(new SplitCommand());
$app->add(new ReorganizeCommand());
$app->run();

0 comments on commit 8b85076

Please sign in to comment.