//! Lightweight command-line interface for Lambdust.
//!//! This module provides a minimal CLI system to replace the clap dependency,
//! achieving significant binary size reduction while maintaining essential
//! command-line functionality for the Lambdust interpreter.
pubmodlightweight_parser;pubuselightweight_parser::{LightweightCli, ArgDef, ArgType, ParsedArgs, CliError};