You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New things of interest: DVD::Config::parseCommandLine(char*), DVD::Config::getRelative(std::string)
Note: CXXOPTS likes to initialize missing command line parameters to "" so this gets dealt with inside DVD::Config::readConfig(), however and exception is made for TITLE because the user could actually enter the empty string. This is dealt with in DVD::Config::parseCommandLine().