pub(crate) fn record_usage_text(
store: &AtlasStore,
usage_instance: Option<UsageRuntimeInstance>,
session: &str,
command: &str,
path: Option<String>,
query: Option<String>,
baseline_text: &str,
projectatlas_text: &str,
) -> Result<(), CliError>Expand description
Record a usage event from baseline and emitted text unless telemetry is disabled.