rename command
parent
e36d7f23ef
commit
3a1edd3776
|
@ -35,7 +35,8 @@ class HomeCommand extends Command
|
||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this
|
$this
|
||||||
->setName('home')
|
->setName('browse')
|
||||||
|
->setAliases(array('home'))
|
||||||
->setDescription('opens the package in your browser')
|
->setDescription('opens the package in your browser')
|
||||||
->setDefinition(array(
|
->setDefinition(array(
|
||||||
new InputArgument('package', InputArgument::REQUIRED, 'Package to goto'),
|
new InputArgument('package', InputArgument::REQUIRED, 'Package to goto'),
|
||||||
|
|
Loading…
Reference in New Issue