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