vms: rename wayland attrs to waypipe

And remove the options from the cli interface.
This commit is contained in:
a-kenji
2024-02-01 09:52:20 +07:00
parent cdeb409c53
commit 533012af7d
3 changed files with 10 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ class VmConfig:
cores: int
memory_size: int
graphics: bool
wayland: bool = False
waypipe: bool = False
def inspect_vm(machine: Machine) -> VmConfig: