Expand description
Command-line interface module
This module handles all CLI argument parsing, command definitions, and rate limiting.
Re-exports§
pub use args::*;
pub use commands::*;
pub use man_pages::*;
pub use models_commands::*;
pub use rate_limiter::*;
pub use tool_policy_commands::*;
Modules§
- args
- CLI argument parsing and configuration
- commands
- Command definitions and interfaces
- man_
pages - Man page generation for VTCode CLI using roff-rs
- models_
commands - Model management command handlers with concise, actionable output
- rate_
limiter - Rate limiter for API requests and tool calls to prevent abuse and rate limiting
- tool_
policy_ commands - CLI commands for managing tool policies