Skip to content

Commit

Permalink
feat: reg docs cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 23, 2018
1 parent 6a343f7 commit b3f52d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/phint
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ $app = new Ahc\Cli\Application(
\trim(\file_get_contents(__DIR__ . '/../VERSION'))
);

// Aliased as `i`
// Add commands and their aliases
$app->add(new Ahc\Phint\Console\InitCommand, 'i');
$app->add(new Ahc\Phint\Console\UpdateCommand, 'u');
$app->add(new Ahc\Phint\Console\TestCommand, 't');
$app->add(new Ahc\Phint\Console\DocsCommand, 'd');

$app->logo($logo)->handle($_SERVER['argv']);

0 comments on commit b3f52d1

Please sign in to comment.