1
0
mirror of https://github.com/containers/ramalama.git synced 2026-02-05 06:46:39 +01:00

Merge pull request #2371 from ramalama-labs/chore/cli-comment-restore

Restores comment from #2309
This commit is contained in:
Mike Bonnet
2026-01-30 13:37:45 -08:00
committed by GitHub

View File

@@ -210,6 +210,7 @@ def parse_args_from_cmd(cmd: list[str]) -> tuple[argparse.ArgumentParser, argpar
if hasattr(config, arg):
setattr(config, arg, getattr(initial_args, arg))
# Phase 2: Re-parse the arguments with the subcommands enabled
parser = get_parser()
args = parser.parse_args(cmd)
post_parse_setup(args)