Skip to content

Commit

Permalink
user lowercase conversion of format names
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Starke committed Sep 22, 2023
1 parent a77cbb0 commit ac6499c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bin/evtx2bodyfile/output_format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ use strum_macros::Display;

#[derive(ValueEnum, Clone, Display)]
pub(crate) enum OutputFormat {
#[strum(serialize = "json")]
Json,

#[strum(serialize = "bodyfile")]
Bodyfile,
}

0 comments on commit ac6499c

Please sign in to comment.