]> git.cworth.org Git - apitrace/blobdiff - cli/cli_main.cpp
cli: Pass apitrace path to tracediff.sh.
[apitrace] / cli / cli_main.cpp
index 981f39e416f2a514dc6de1123f3c0451835acf22..421748ca171fab39f67e19b18eca89cdfababfca 100644 (file)
@@ -66,7 +66,9 @@ const Command help_command = {
 };
 
 static const Command * commands[] = {
+    &diff_command,
     &dump_command,
+    &trace_command,
     &help_command
 };