Inheritance: extends Symfony\Component\Console\Command\Command
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->addArgument('stack', InputArgument::REQUIRED, 'Stack');
     $this->afterConfigure();
 }
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->addArgument('blueprint', InputArgument::REQUIRED, 'Blueprint');
 }