]> git.cworth.org Git - apitrace/blobdiff - cli/cli_main.cpp
Python pickle output.
[apitrace] / cli / cli_main.cpp
index 981f39e416f2a514dc6de1123f3c0451835acf22..9080a4cb68a5f6b3dcdf07b8ca89a347334f2bcf 100644 (file)
@@ -66,7 +66,13 @@ const Command help_command = {
 };
 
 static const Command * commands[] = {
+    &diff_command,
+    &diff_state_command,
+    &diff_images_command,
     &dump_command,
+    &pickle_command,
+    &repack_command,
+    &trace_command,
     &help_command
 };
 
@@ -180,5 +186,5 @@ main(int argc, char **argv)
     std::cerr << "Error: unknown command " << command_name
               << " (see \"apitrace help\").\n";
 
-    return 1;
+   return 1;
 }