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

Display: Add ability to skip sections #10

Merged
merged 3 commits into from
May 1, 2024

Conversation

andrewjj20
Copy link
Contributor

The KVM and MSR sections can now be skipped when display is run.

@andrewjj20 andrewjj20 self-assigned this Jun 15, 2023
The KVM and MSR sections can now be skipped when display is run.
@@ -36,8 +36,13 @@ enum CommandOpts {

#[derive(StructOpt)]
Copy link
Collaborator

Choose a reason for hiding this comment

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

it appears that structopt is being deprecated in favor of clap: https://docs.rs/structopt/latest/structopt/

Copy link
Contributor Author

Choose a reason for hiding this comment

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

see #12

src/main.rs Outdated
@@ -72,7 +77,7 @@ impl Command for Disp {
}
}

if MSRDesc::is_availible() {
if MSRDesc::is_availible() && !self.skip_msr {
Copy link
Collaborator

Choose a reason for hiding this comment

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

availible -> available

Copy link
Contributor Author

Choose a reason for hiding this comment

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

should be fixed now.

@andrewjj20 andrewjj20 requested a review from cmouzaoui October 6, 2023 23:12
@andrewjj20 andrewjj20 merged commit cd9cfc7 into ScaleComputing:main May 1, 2024
4 checks passed
@andrewjj20 andrewjj20 deleted the addDispSkip branch May 1, 2024 17:20
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