]> git.cworth.org Git - apitrace/blobdiff - cli/cli_main.cpp
Abstract execv().
[apitrace] / cli / cli_main.cpp
index 421748ca171fab39f67e19b18eca89cdfababfca..d996abd67c374cb9da95abe28babd39e1eb9b409 100644 (file)
@@ -67,6 +67,7 @@ const Command help_command = {
 
 static const Command * commands[] = {
     &diff_command,
+    &diff_state_command,
     &dump_command,
     &trace_command,
     &help_command