Collective\Remote\Console\TailCommand::getOptions PHP Method

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array
    protected function getOptions()
    {
        return [['path', null, InputOption::VALUE_OPTIONAL, 'The fully qualified path to the log file.'], ['lines', null, InputOption::VALUE_OPTIONAL, 'The number of lines to tail.', 20]];
    }