//! Topics command definitions
//!
//! Pure clap argument definitions for topics subcommands.
//!
//! # Architecture
//!
//! - **Commands** (this module): Pure clap Args structures (`types.rs`)
//! - **Handlers** (`handlers/topics.rs`): Implementation logic
//!
//! The implementation has been moved to `handlers/topics.rs`.
pub use TopicsCommand;