`--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_