Pantheon\Terminus\Commands\TerminusCommand::io PHP Method

io() protected method

Override Robo's IO function with our custom style.
protected io ( )
    protected function io()
    {
        if (!$this->io) {
            $this->io = new TerminusStyle($this->input(), $this->output());
        }
        return $this->io;
    }