1//! rc CLI library 2//! 3//! This module exports the CLI components for use in integration tests. 4 5pub mod commands; 6pub mod exit_code; 7pub mod output; 8pub(crate) mod secret_input;