//! Command-line argument definitions for the Orrery CLI.
//!
//! This module defines the [`Args`] structure parsed from the command line
//! using [`clap`]. Arguments control input/output paths, configuration file
//! selection, and logging verbosity.
use Parser;
/// Command-line arguments for the Orrery diagram tool