1 #include "../lib/common.h" 2 #include "../lib/args.h" 7 int main(
int argc,
const char* argv[]) {
8 get_args(argc, argv,
"out.file [no_create]");
13 std::ofstream str(out_filename);
int main(int argc, const char *argv[])
std::string out_filename_arg()
bool bool_opt_arg(const std::string &expected, bool def=false)
void get_args(int argc, const char *argv[], const std::string &usage)