]> git.cworth.org Git - apitrace/blobdiff - cli/cli_main.cpp
cli: Add a new "apitrace diff" command.
[apitrace] / cli / cli_main.cpp
index a3abf54a0d6daab8aee1a5e09c71d6af6bdfeb48..421748ca171fab39f67e19b18eca89cdfababfca 100644 (file)
@@ -66,6 +66,7 @@ const Command help_command = {
 };
 
 static const Command * commands[] = {
+    &diff_command,
     &dump_command,
     &trace_command,
     &help_command