1//! arct-cli - Arc Academy Terminal CLI entry point 2//! 3//! This crate provides the command-line interface and binary for Arc Academy Terminal. 4//! It handles argument parsing, configuration loading, and launching the TUI application.