diff --git a/src/main.rs b/src/main.rs index 1e9624e..eb7e7f4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -59,7 +59,6 @@ enum SnpGuestCmd { Key(KeyArgs), /// Probe system for SEV-SNP support. - #[command(subcommand)] Ok, }