Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

facts: Added json output #15

Merged
merged 2 commits into from
Jun 11, 2024
Merged

Conversation

andrewjj20
Copy link
Contributor

No description provided.

@andrewjj20 andrewjj20 self-assigned this Jun 10, 2024
src/main.rs Outdated
@@ -119,11 +119,19 @@ impl Command for Disp {
}
}

#[derive(Clone, PartialEq, Eq, PartialOrd, Ord, ValueEnum)]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are all of these derive arguments necessary for clap?

Copy link
Contributor Author

@andrewjj20 andrewjj20 Jun 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a new suggestion from rust-analyzer. I actually think the Ord derives probably do not make sense. Though some might consider certain types better than others.

@andrewjj20 andrewjj20 merged commit 363ff19 into ScaleComputing:main Jun 11, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants