diff --git a/src/main.rs b/src/main.rs index 2fab11b..d1f79bc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -41,7 +41,6 @@ enum SnpHostCmd { Import(import::Import), /// Probe system for SEV-SNP support - #[command(subcommand)] Ok, /// Modify the SNP configuration @@ -56,7 +55,6 @@ enum SnpHostCmd { Fetch(fetch::Fetch), /// Commit current firmware and TCB versions to PSP - #[command(subcommand)] Commit, }