Expand description
Command-line interface module
This module handles all CLI argument parsing, command definitions, and rate limiting.
Re-exports§
pub use a2a::*;pub use args::*;pub use man_pages::*;pub use help::*;pub use models_commands::*;pub use pods_commands::*;pub use rate_limiter::*;pub use tool_policy_commands::*;
Modules§
- a2a
- A2A Protocol CLI command handlers
- args
- CLI argument parsing and configuration
- help
- input_
hardening - man_
pages - Man page generation for VT Code CLI using roff-rs
- models_
commands - Model management command handlers with concise, actionable output
- pods_
commands - CLI commands for GPU pod management.
- rate_
limiter - Rate limiter for API requests and tool calls
- tool_
policy_ commands - CLI commands for managing tool policies