We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d174f6d commit 9fe628dCopy full SHA for 9fe628d
1 file changed
src/main.c
@@ -365,13 +365,10 @@ static int dispatchPRM(int argc, const char* argv[]) {
365
}
366
367
} else if (strcmp(sub, "test") == 0) {
368
- printf("Running tests for %s...\n", pname);
369
- printf("Tests passed! (0 failures)\n");
+ prm_test(&m);
370
371
} else if (strcmp(sub, "watch") == 0) {
372
- printf("Starting watch mode for %s...\n", pname);
373
- printf("Watching for file changes...\n");
374
- printf("(Watch mode not fully implemented yet)\n");
+ prm_watch(&m);
375
376
377
// ---- Dependency Commands ----
0 commit comments