Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 0725af5

Browse files
committed
quick fix qemu resize command
1 parent 87b287c commit 0725af5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

  • packages/jumpstarter-driver-qemu/jumpstarter_driver_qemu

packages/jumpstarter-driver-qemu/jumpstarter_driver_qemu/client.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ def shell(self):
4343
yield conn
4444

4545
def cli(self):
46-
@driver_click_group(self)
47-
def base():
48-
"""QEMU virtual machine operations"""
49-
pass
46+
# Get the base group from CompositeClient which includes all child commands
47+
base = super().cli()
5048

5149
@base.group()
5250
def resize():

0 commit comments

Comments
 (0)