hide `trvmctl shell`

This commit is contained in:
Ryan Heywood 2025-05-11 23:50:46 -04:00
parent f709920a73
commit cfe35b3edb
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ pub enum Commands {
Stop, Stop,
/// Open a VM in the foreground with a serial terminal. /// Open a VM in the foreground with a serial terminal.
#[clap(hide = true)]
Shell, Shell,
/// Get the hostname and uptime of a running VM. /// Get the hostname and uptime of a running VM.