remove default 'index' command for GPM to more easily see available commands

This commit is contained in:
Andy Miller
2016-08-17 19:16:34 -06:00
parent af282312f1
commit 76016cd3f8

View File

@@ -53,5 +53,4 @@ $app->addCommands(array(
new \Grav\Console\Gpm\SelfupgradeCommand(),
));
$app->setDefaultCommand('index');
$app->run();