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:
parent
268d8abf52
commit
90f4f727ba
8 changed files with 91 additions and 17 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue