CraftCli\Command\TailCommand::getArguments PHP Method

getArguments() protected method

protected getArguments ( )
    protected function getArguments()
    {
        return array(array('log', InputArgument::OPTIONAL, 'Which log do you want to show?', 'craft'));
    }