Kraken\Console\Client\Command\Arch\ArchStopCommand::command PHP Method

command() protected method

protected command ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
    protected function command(InputInterface $input, OutputInterface $output)
    {
        $alias = $input->getArgument('alias');
        $cmd = 'arch:stop';
        $opts = [];
        return $this->informServer($alias, $cmd, $opts);
    }
ArchStopCommand