pub(crate) fn print_tracked_output_text<T: Serialize>(
format: OutputFormat,
store: &AtlasStore,
usage_instance: Option<UsageRuntimeInstance>,
session: &str,
command: &str,
path: Option<String>,
query: Option<String>,
baseline_text: &str,
toon: &str,
payload: &T,
) -> Result<(), CliError>Expand description
Record baseline-text telemetry for the exact emitted CLI payload.