Crate vkteams_bot_cli

Crate vkteams_bot_cli 

Source
Expand description

VK Teams Bot CLI Library

This library provides the core functionality for the VK Teams Bot CLI application. It is organized into modular components for better maintainability and testing.

Re-exports§

pub use cli::Cli;
pub use commands::Command;
pub use config::CONFIG;
pub use errors::prelude::*;
pub use utils::*;

Modules§

cli
commands
CLI Commands module
completion
Shell completion generation for VK Teams Bot CLI
config
Configuration management for VK Teams Bot CLI
constants
Constants used throughout the CLI application
errors
file_utils
output
Unified output formatting for CLI
progress
scheduler
utils
Utilities module for VK Teams Bot CLI

Macros§

cli_response
Macro for easy CLI response creation