clan-cli: Fix ignored debug flag in clan vms run, refactor Host.run to use RunOpts
This commit is contained in:
@@ -417,7 +417,8 @@ def register_run_parser(parser: argparse.ArgumentParser) -> None:
|
||||
default=False,
|
||||
)
|
||||
parser.add_argument(
|
||||
"command",
|
||||
"--command",
|
||||
"-c",
|
||||
nargs=argparse.REMAINDER,
|
||||
help="command to run in the vm",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user