hide `trvmctl shell`
This commit is contained in:
parent
f709920a73
commit
cfe35b3edb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue