Skip to content

Commit

Permalink
Give CLI a name
Browse files Browse the repository at this point in the history
  • Loading branch information
asm89 committed May 31, 2014
1 parent 1eb96b5 commit 0d7b47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/twig-lint
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ require __DIR__.'/../src/bootstrap.php';

use Asm89\Twig\Lint\Console\Application;

$application = new Application();
$application = new Application('Twig lint', 'v1.0.1');
$application->run();

0 comments on commit 0d7b47b

Please sign in to comment.