2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-07-02 01:52:25 +00:00

docs: regenerate cli reference

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-09-10 12:17:08 +02:00
parent d9f253d65c
commit d7f2c453a9
13 changed files with 30 additions and 17 deletions

View File

@ -14,7 +14,7 @@ d2vm run vbox [options] image-path [flags]
--gui Show the VM GUI
-h, --help help for vbox
--mem uint Amount of memory in MB (default 1024)
--name string Name of the Virtualbox VM
--name string Name of the Virtualbox VM (default "d2vm")
--networking vbnetworks Network config, may be repeated. [type=](null|nat|bridged|intnet|hostonly|generic|natnetwork[<devicename>])[,[bridge|host]adapter=<interface>] (default [])
--vboxmanage string VBoxManage binary to use (default "VBoxManage")
```
@ -22,7 +22,8 @@ d2vm run vbox [options] image-path [flags]
### Options inherited from parent commands
```
-v, --verbose Enable Verbose output
-t, --time string Enable formated timed output, valide formats: 'relative (rel | r)', 'full (f)' (default "none")
-v, --verbose Enable Verbose output
```
### SEE ALSO