Merge pull request 'clan-cli: remove unused flag' (#867) from Mic92-fix-cross-system into main

This commit is contained in:
clan-bot
2024-02-21 10:19:26 +00:00
2 changed files with 14 additions and 3 deletions

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)