From 5ecc4049477c04626287ea39a9de13065df904b0 Mon Sep 17 00:00:00 2001 From: Justin Moore Date: Tue, 19 Nov 2024 16:09:04 -0600 Subject: [PATCH] Add `#[clap(long)]` attribute to `message_format` argument --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index c6cca35..2fb45f1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -428,6 +428,7 @@ enum Command { /// The PE file path filepath: PathBuf, /// The format to print the message in + #[clap(long)] message_format: MessageFormat, }, /// Recursively searches a directory tree and caches all PEs in the current directory in a symbol cache layout