vms/run: rename flake_url to flake-url
All checks were successful
checks-impure / test (pull_request) Successful in 1m28s
checks / test (pull_request) Successful in 2m4s

This commit is contained in:
Jörg Thalheim 2023-12-08 13:40:10 +01:00
parent 4bf0bb9e45
commit b8b4bedfdb

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)