From b8723cc8d0d863cce3b31bad5389aefb73a67254 Mon Sep 17 00:00:00 2001 From: Avril Date: Mon, 14 Apr 2025 11:14:30 +0100 Subject: [PATCH] Merged old-interface colourised extra help + feature info. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for rematch's current commit: Future small blessing − 末小吉 --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 13a213f..539e8bb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -152,9 +152,9 @@ fn main() -> eyre::Result<()> { initialise().wrap_err("Fatal: Failed to install panic handle")?; - //let cli = args::parse_cli();//.wrap_err("Error parsing command-line arguments")?; + let cli = args::parse_cli();//.wrap_err("Error parsing command-line arguments")?; - //eprintln!("{:#?}", cli); + eprintln!("{:#?}", cli); // return Ok(()); let args: re::FrozenVec = std::env::args().map(String::into_boxed_str).collect();