Skip to content

Commit

Permalink
fix: remove subcommand trait on ok/commit (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Hughes <[email protected]>
  • Loading branch information
tri-adam authored May 13, 2024
1 parent d8aec12 commit 233244c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ enum SnpHostCmd {
Import(import::Import),

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

/// Modify the SNP configuration
Expand All @@ -56,7 +55,6 @@ enum SnpHostCmd {
Fetch(fetch::Fetch),

/// Commit current firmware and TCB versions to PSP
#[command(subcommand)]
Commit,
}

Expand Down

0 comments on commit 233244c

Please sign in to comment.