From cfe35b3edb53b9ce5def1b121769c3e4a5e8bb18 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 11 May 2025 23:50:46 -0400 Subject: [PATCH] hide `trvmctl shell` --- src/cli.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli.rs b/src/cli.rs index 43e0508..2048b81 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -25,6 +25,7 @@ pub enum Commands { Stop, /// Open a VM in the foreground with a serial terminal. + #[clap(hide = true)] Shell, /// Get the hostname and uptime of a running VM.