22 #define ERR_OUT(e) std::cerr << e;
27 char const * argv[256] = { 0 };
31 argv[argc++] =
"<program>";
32 argv[argc++] =
"--archive";
105 int main(
int argc,
char const * argv[])
void init(int argc, char const *argv[])
Initialize the configuration manager from rvm's command line options.
Basic types definitions and templates.
void default_file(const std::string &a_path)
Set the default configuration filename.
const bool delete_old_log_files(void) const
Return the value of delete-old-log-files.
const bool delete_old_report_files(void) const
Return the value of delete-old-report-files.
void default_logdir(const std::string &a_path)
Return the default log-dir.
void clear(void)
Reset configuration to default settings.
int main(int argc, char const *argv[])
configuration_manager config
The global configuration manager instance.