X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cli%2Fcli_main.cpp;h=421748ca171fab39f67e19b18eca89cdfababfca;hb=32420d2167c14c4c00d351e8807031b64bce06ef;hp=a3abf54a0d6daab8aee1a5e09c71d6af6bdfeb48;hpb=26cca9bfe19d93624494bb316d8741aedbd5b82f;p=apitrace diff --git a/cli/cli_main.cpp b/cli/cli_main.cpp index a3abf54..421748c 100644 --- a/cli/cli_main.cpp +++ b/cli/cli_main.cpp @@ -66,6 +66,7 @@ const Command help_command = { }; static const Command * commands[] = { + &diff_command, &dump_command, &trace_command, &help_command