for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Godbout\DashDocsetBuilder\Commands;
class Grab extends BaseCommand
{
protected $signature = 'grab {doc}';
protected $description = 'Download the doc specified as argument';
}