//! SubX CLI Application Entry Point
//!
//! This module contains the main entry point for the SubX subtitle processing
//! command-line application. It initializes logging, configuration management,
//! and handles the application lifecycle.
async
/// Main application runner with proper error handling.
///
/// This function uses the new CLI interface with dependency injection.
async