]> git.cworth.org Git - apitrace/blobdiff - cli/cli_main.cpp
Add a new "apitrace trace" command to the command-line interface.
[apitrace] / cli / cli_main.cpp
index 981f39e416f2a514dc6de1123f3c0451835acf22..a3abf54a0d6daab8aee1a5e09c71d6af6bdfeb48 100644 (file)
@@ -67,6 +67,7 @@ const Command help_command = {
 
 static const Command * commands[] = {
     &dump_command,
+    &trace_command,
     &help_command
 };