//! Entry point for the `termcinema` CLI binary.
//!
//! This file wires together argument parsing and rendering execution.
//! It delegates all logic to the `render` module.
use crateparse_args;
use craterun;
/// Main function for `termcinema`.
///
/// - Parses CLI arguments using `clap`
/// - Runs the rendering pipeline
/// - Reports any top-level errors