editflags: `--vm-type` is not guaranteed to work as an edit flag.
Open
area/cli
documentation
enhancement
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
`--vm-type` is not guaranteed to work as an edit flag.
e.g., this will probably not work
```
limactl create --vm-type qemu
limactl edit --vm-type vz
```
Probably we need a warning when `--vm-type` is specified as an edit flag for an existing instance, but it can be worked out later.
_Originally posted by @AkihiroSuda in https://github.com/lima-vm/lima/pull/3901#discussion_r2298730877_
Contributor guide
Assessment
This issue has not been assessed yet.