I can now load a json config file name .tarpit.json to configure everything. It now works to configure the sounds used.

This commit is contained in:
Zed A. Shaw 2024-08-26 19:04:50 -04:00
parent 268d8abf52
commit 90f4f727ba
8 changed files with 91 additions and 17 deletions

View file

@ -4,7 +4,7 @@
int main(int argc, char *argv[])
{
if(argc != 3) {
fmt::println("USAGE: watchgit PATH BUILD_CMD");
fmt::println("USAGE: escape_turings_tarpit PATH BUILD_CMD");
return 1;
} else {
const char *git_path = argv[1];