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 request;