27 char const * argv[256] = { 0 };
31 argv[argc++] =
"<program>";
32 argv[argc++] =
"--archive";
43 assert(e.size() == 2);
44 assert(e[0].what() ==
"Invalid rsync-parallel value: \"0\"");
45 assert(e[1].what() ==
"At ./test-rconfig.dir/global-rsync-parallel.dir/file-1.conf[3]");
55 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 uint16 & rsync_parallel(void) const
Return the rsync-parallel.
void default_logdir(const std::string &a_path)
Return the default log-dir.
configuration_manager config
The global configuration manager instance.
int main(int argc, char const *argv[])