From 8b3db8d2bc12870960c418487d61020bdc705660 Mon Sep 17 00:00:00 2001 From: Adam Hughes <9903835+tri-adam@users.noreply.github.com> Date: Mon, 13 May 2024 21:08:16 +0000 Subject: [PATCH] fix: remove subcommand trait on ok command Signed-off-by: Adam Hughes <9903835+tri-adam@users.noreply.github.com> --- src/main.rs | 1 - 1 file changed, 1 deletion(-) 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, }