vortix 0.2.0

Terminal UI for WireGuard and OpenVPN with real-time telemetry and leak guarding
Documentation
1
2
3
4
5
6
7
8
//! Command-line interface module.
//!
//! Provides argument parsing, structured output formatting, and CLI command handlers.

pub mod args;
pub mod commands;
pub mod output;
pub mod report;