coman/cli/mod.rs
1//! CLI module containing command-line interface specific functionality
2//!
3//! This module provides the CLI commands for managing collections and
4//! making HTTP requests from the command line.
5
6pub mod manager;
7pub mod manager_ops;
8pub mod request;
9pub mod request_data;
10pub mod request_ops;