Autarky\Console\Application::add PHP Method

add() public method

public add ( Command $command )
$command Symfony\Component\Console\Command\Command
    public function add(SymfonyCommand $command)
    {
        if ($command instanceof AutarkyCommand) {
            $command->setAutarkyApplication($this->app);
        }
        return parent::add($command);
    }