27 char const * argv[256] = { 0 };
31 argv[argc++] =
"<program>";
32 argv[argc++] =
"--archive";
36 std::cerr << std::endl;
37 std::cerr <<
" You should see an error message here:" << std::endl;
38 std::cerr <<
"-----------------------------------------" << std::endl;
46 assert(e.size() == 1);
47 assert(e[0].what() ==
"No vaults defined");
53 std::cerr <<
"-----------------------------------------" << std::endl;
54 std::cerr << std::endl;
59 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.
void default_logdir(const std::string &a_path)
Return the default log-dir.
const vaults_type & vaults(void) const
Return the vaults.
configuration_manager config
The global configuration manager instance.
int main(int argc, char const *argv[])