Skip to content

Commit

Permalink
add help subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Ackimixs committed Nov 8, 2023
1 parent b0fc9e4 commit a06679a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Args.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

void checkArgs(std::map<std::string, std::vector<std::string>> args) {
if (args.contains("-h") || args.contains("--help")) {
std::cout << "idk yet" << std::endl;
std::cout << "./ggraph [matrix | list] [-a | --algo, -n | --nodes, -v | --version, --debug, -p | --probability, -t | --templates]" << std::endl;
exit(0);
}

Expand Down

0 comments on commit a06679a

Please sign in to comment.