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