Skip to main content

Module cli

Module cli 

Source
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