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