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

command() abstract protected method

This method should contain command logic.
abstract protected command ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : mixed[]
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return mixed[]
    protected abstract function command(InputInterface $input, OutputInterface $output);