Skip to main content

rustfs_cli/
lib.rs

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