voirs-cli 0.1.0-beta.1

Command-line interface for VoiRS speech synthesis
Documentation
1
2
3
4
5
6
7
8
//! CLI command-line interface tests
//!
//! These tests verify command-line argument parsing, exit codes,
//! and output format consistency.

pub mod argument_parsing;
pub mod exit_codes;
pub mod output_format;