Skip to content

Commit

Permalink
Application - Enable the Angular subcommands
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed May 19, 2017
1 parent c465034 commit 3c7d092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ public function createCommands($context = 'default') {
$commands = array();
$commands[] = new \Civi\Cv\Command\ApiCommand();
$commands[] = new \Civi\Cv\Command\ApiBatchCommand();
$commands[] = new \Civi\Cv\Command\AngularModuleListCommand();
$commands[] = new \Civi\Cv\Command\AngularHtmlListCommand();
$commands[] = new \Civi\Cv\Command\AngularHtmlShowCommand();
$commands[] = new \Civi\Cv\Command\DebugContainerCommand();
$commands[] = new \Civi\Cv\Command\DebugDispatcherCommand();
$commands[] = new \Civi\Cv\Command\ExtensionDownloadCommand();
Expand Down

0 comments on commit 3c7d092

Please sign in to comment.