Skip to content

Commit

Permalink
Fix small detail
Browse files Browse the repository at this point in the history
  • Loading branch information
Ergus committed Mar 4, 2024
1 parent a02b9cc commit b52f783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const std::string global_string = "Value for reportable in global variable";

int main(int argc, char *argv[])
{
init_args (argc, argv);
argparser::init(argc, argv);

int v_int_1 = argparser::cl<int>("v_int_1");
std::string v_string_1 = argparser::cl<std::string>("v_string_1");
Expand Down

0 comments on commit b52f783

Please sign in to comment.