1
0
Fork 0

rename command

pull/2445/head
Robert Schönthal 2014-01-31 22:00:45 +01:00
parent e36d7f23ef
commit 3a1edd3776
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ class HomeCommand extends Command
protected function configure()
{
$this
->setName('home')
->setName('browse')
->setAliases(array('home'))
->setDescription('opens the package in your browser')
->setDefinition(array(
new InputArgument('package', InputArgument::REQUIRED, 'Package to goto'),