cli: support machines init-hardware-config --debug

This commit is contained in:
Michael Hoang
2025-09-25 22:00:09 +02:00
parent 285e72616e
commit 51bf7c8848
2 changed files with 6 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ def update_hardware_config_command(args: argparse.Namespace) -> None:
machine=machine,
password=args.password,
backend=HardwareConfig(args.backend),
debug=args.debug,
)
if args.target_host:
@@ -68,6 +69,7 @@ def init_hardware_config_command(args: argparse.Namespace) -> None:
machine=machine,
password=args.password,
backend=HardwareConfig(args.backend),
debug=args.debug,
)
if args.target_host: