for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Brendt\Stitcher\Application;
use Symfony\Component\Console\Application;
class Console extends Application {
public function __construct() {
parent::__construct('Stitcher Console');
}