CraftCli\Command\DbPullCommand::getOptions PHP Method

getOptions() protected method

protected getOptions ( )
    protected function getOptions()
    {
        return array(array('ssh-host', null, InputOption::VALUE_REQUIRED, 'SSH host.'), array('ssh-user', null, InputOption::VALUE_REQUIRED, 'SSH user.'), array('ssh-port', null, InputOption::VALUE_REQUIRED, 'SSH port.'), array('ssh-identity-file', null, InputOption::VALUE_REQUIRED, 'SSH identity file.'), array('force', 'f', InputOption::VALUE_NONE, 'Overwrite database without confirmation prompt.'), array('no-gzip', null, InputOption::VALUE_NONE, 'Do not gzip db during transfer.'), array('debug', null, InputOption::VALUE_NONE, 'Print the command rather than executing it.'));
    }