From 825379a38bb62d5650b110044925f09032a98bab Mon Sep 17 00:00:00 2001 From: trimill Date: Sun, 29 Dec 2024 01:04:18 -0500 Subject: [PATCH] fix arguments --- talc-bin/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talc-bin/src/main.rs b/talc-bin/src/main.rs index 9378e48..1b20a80 100644 --- a/talc-bin/src/main.rs +++ b/talc-bin/src/main.rs @@ -43,7 +43,7 @@ struct Args { histfile: Option, /// enable or disable color - #[arg(short, long, default_value = "auto")] + #[arg(long, default_value = "auto")] color: ColorChoice, // file to run and arguments to pass