clan-cli: remove unused flag #867

Merged
clan-bot merged 2 commits from Mic92-fix-cross-system into main 2024-02-21 10:19:27 +00:00
Showing only changes of commit 457e45d989 - Show all commits

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)