Command descriptions
This commit is contained in:
parent
1c211a55ac
commit
443dbf684c
6 changed files with 20 additions and 24 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue