Skip to content

Commit

Permalink
fixup! facts: Added json output
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjj20 committed Jun 11, 2024
1 parent 1f65771 commit 363ff19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ impl Command for Disp {
}
}

#[derive(Clone, PartialEq, Eq, PartialOrd, Ord, ValueEnum)]
#[derive(Clone, PartialEq, Eq, ValueEnum)]
enum FactsOutput {
Yaml,
Json,
Expand Down

0 comments on commit 363ff19

Please sign in to comment.