added help:commands task to artisan
This commit is contained in:
@@ -125,4 +125,16 @@ if(! IoC::registered('bundle.provider: github'))
|
||||
{
|
||||
return new Tasks\Bundle\Providers\Github;
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* The "help" task provides information about
|
||||
* artisan usage.
|
||||
*/
|
||||
if(! IoC::registered('task: help'))
|
||||
{
|
||||
IoC::singleton('task: help', function()
|
||||
{
|
||||
return new Tasks\Help;
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user