Skip to content

Commit

Permalink
fix: remove subcommand trait on ok command
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Hughes <[email protected]>
  • Loading branch information
tri-adam committed May 13, 2024
1 parent c47fa28 commit 8b3db8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ enum SnpGuestCmd {
Key(KeyArgs),

/// Probe system for SEV-SNP support.
#[command(subcommand)]
Ok,
}

Expand Down

0 comments on commit 8b3db8d

Please sign in to comment.