//! Module containing command-line interface functionality for the mint RPC client //! //! This module provides the CLI interface for interacting with the mint server via RPC /// Subcommands for cli pub mod subcommands;