omni-dev 0.33.0

AI-powered git commit rewriter, PR generator, and MCP server for Jira, Confluence, and Datadog.
Documentation
1
2
3
4
5
6
7
8
//! Datadog output-format helpers.
//!
//! Re-exports the shared [`crate::cli::format`] machinery (issue #1125). Datadog
//! commands serialize plain `Vec<T>` payloads, which the shared module already
//! covers via its blanket `JsonlSerialize` impl, so no Datadog-specific impls are
//! needed here.

pub use crate::cli::format::*;