From 854e2c357e49b05ade4a74cbdcfd546cb53adf96 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 2 Mar 2026 22:12:18 +0100 Subject: Update lexopt to 0.3.2 --- oryxc/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'oryxc/src') diff --git a/oryxc/src/main.rs b/oryxc/src/main.rs index d0ce286..c833e6d 100644 --- a/oryxc/src/main.rs +++ b/oryxc/src/main.rs @@ -31,6 +31,7 @@ impl Flags { let mut rest = Vec::with_capacity(env::args().len()); let mut flags = Flags::default(); let mut parser = lexopt::Parser::from_env(); + parser.set_short_equals(false); while let Some(arg) = parser.next()? { match arg { -- cgit v1.2.3