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

@ -9,7 +9,7 @@ d2vm run qemu [options] [image-path] [flags]
### Options
```
--accel string Choose acceleration mode. Use 'tcg' to disable it. (default "kvm:tcg")
--accel string Choose acceleration mode. Use 'tcg' to disable it. (default "hvf:tcg")
--arch string Type of architecture to use, e.g. x86_64, aarch64, s390x (default "x86_64")
--cpus uint Number of CPUs (default 1)
--data string String of metadata to pass to VM; error to specify both -data and -data-file
@ -28,7 +28,8 @@ d2vm run qemu [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