mod support;
#[path = "output_cli/helpers.rs"]
mod helpers;
#[path = "output_cli/interrupts.rs"]
mod interrupts;
#[path = "output_cli/json.rs"]
mod json;
#[path = "output_cli/junit.rs"]
mod junit;
#[path = "output_cli/ndjson.rs"]
mod ndjson;
#[path = "output_cli/protocols.rs"]
mod protocols;
#[path = "output_cli/text.rs"]
mod text;