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.