CraftCli\Command\DbPullCommand::getArguments PHP Method

getArguments() protected method

protected getArguments ( )
    protected function getArguments()
    {
        return array(array('remote-environment', InputArgument::REQUIRED, 'Server name of the remote environment.'));
    }