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