struct CommandReport
Defined at line 64 of file ../../src/developer/debug/zxdb/client/analytics_event.h
A struct to encapsulate all of the information regarding a specific command being executed,
including any errors that are reported along the way, including parsing and asynchronous errors.
This struct would really like to use some of the defined types defined for verbs and nouns, but
we cannot introduce a dependency on the console in the client, so they are casted to an int when
added to this struct.
Public Members
int verb_id
basic_string verb
vector nouns
int command_group
vector arguments
vector switches
Err err