voirs-cli 0.1.0-rc.1

Command-line interface for VoiRS speech synthesis
Documentation
1
2
3
4
5
6
7
8
9
10
//! Unit tests for VoiRS CLI components
//!
//! These tests verify individual functions and modules in isolation.

pub mod auth;
pub mod cli_parsing;
pub mod completion;
pub mod config_handling;
pub mod error_messages;
pub mod help_system;