for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Godbout\DashDocsetBuilder\Commands;
class Neww extends BaseCommand
{
protected $signature = 'new {doc?}';
protected $description = 'Generate a Docset class for the doc specified as argument (surprise if no doc is provided)';
}