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