test_update_cli: also test --help

This commit is contained in:
Jörg Thalheim
2023-08-11 17:11:47 +02:00
parent 2ff7820887
commit 51f40a4f09
2 changed files with 10 additions and 2 deletions

View File

@@ -94,7 +94,6 @@ def update(args: argparse.Namespace) -> None:
def register_parser(parser: argparse.ArgumentParser) -> None:
parser.add_mutually_exclusive_group(required=True)
# TODO pass all args we don't parse into ssh_args, currently it fails if arg starts with -
parser.add_argument("--flake-uri", type=str, default=".#", help="nix flake uri")
parser.add_argument(