clan-cli: remove unused flag

This commit is contained in:
Jörg Thalheim
2024-02-21 10:52:32 +01:00
parent 9445478e2b
commit 458297bc10

View File

@@ -201,5 +201,4 @@ 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.set_defaults(func=run_command)