Overrides Request::getMethod
public function getMethod() : string { return $this->command->isInteractive ? 'INTERACTIVE' : 'BATCH'; }