Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down