audiobook-forge 2.10.0

CLI tool for converting audiobook directories to M4B format with chapters and metadata
Documentation
1
2
3
4
5
6
7
//! CLI module

mod commands;
mod handlers;

pub use commands::{Cli, Commands};
pub use handlers::{handle_build, handle_check, handle_config, handle_organize, handle_metadata, handle_match};