Skip to main content

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 commands;
7pub mod manager;
8pub mod manager_ops;
9pub mod request;
10pub mod request_data;
11pub mod request_ops;
12pub mod test_ops;