1
0
forked from clan/clan-core

Merge pull request 'vms/run: rename flake_url to flake-url' (#623) from Mic92-main into main

This commit is contained in:
clan-bot 2023-12-08 12:42:59 +00:00
commit 2c1533b7e2

View File

@ -293,5 +293,5 @@ def run_command(args: argparse.Namespace) -> None:
def register_run_parser(parser: argparse.ArgumentParser) -> None:
parser.add_argument("machine", type=str, help="machine in the flake to run")
parser.add_argument("--flake_url", type=str, help="flake url")
parser.add_argument("--flake-url", type=str, help="flake url")
parser.set_defaults(func=run_command)