pub async fn record_cli_command(
tel: Telemetry,
event: &str,
data: &str,
) -> Result<()>Expand description
Reports what CLI command was called to telemetry.
parameters:
event: the name of the event to record (new, up, build, etc)
data: additional data to record.