Added a new command to print .trace file information, including trace format version, frames count and opengl context version
diff --git a/cli/cli.hpp b/cli/cli.hpp
index fdd70dd..a2e268f 100644
--- a/cli/cli.hpp
+++ b/cli/cli.hpp
@@ -51,3 +51,4 @@
 extern const Command sed_command;
 extern const Command trace_command;
 extern const Command trim_command;
+extern const Command info_command;