From 898ed6d4496ed780c1044eadc21bc0d8d2ec6a22 Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Wed, 2 Sep 2026 09:37:42 -0500 Subject: [PATCH] feat: add -O/-F short flags and hidden --force alias -O aliases --output-dir, -F aliases --force-export. --force is a hidden alias for --force-export, kept out of --help since --force-export names the exact behavior (bypass smart export filtering). --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.rs b/src/main.rs index 73d5420..b4ac5ed 100644 --- a/src/main.rs +++ b/src/main.rs @@ -292,6 +292,7 @@ fn build_command() -> Command { ) .arg( Arg::new("output-dir") + .short('O') .long("output-dir") .help("Directory for output files (default: same as input file)") .value_name("DIR"), @@ -316,7 +317,9 @@ fn build_command() -> Command { ) .arg( Arg::new("force-export") + .short('F') .long("force-export") + .alias("force") .help("Force export of all logs, bypassing smart filtering") .long_help( "Force export of all logs, bypassing smart filtering.\n\n\