Command descriptions

This commit is contained in:
AlexSSD7 2023-08-29 10:37:52 +01:00
commit 443dbf684c
6 changed files with 20 additions and 24 deletions

View file

@ -14,10 +14,9 @@ import (
)
var shellCmd = &cobra.Command{
Use: "shell",
// TODO: Fill this
// Short: "",
Args: cobra.RangeArgs(0, 1),
Use: "shell",
Short: "Start a VM and access the shell. Useful for formatting drives and debugging.",
Args: cobra.RangeArgs(0, 1),
Run: func(cmd *cobra.Command, args []string) {
var passthroughArg string
if len(args) > 0 {