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 mod exit_code;
7pub mod output;