diff --git a/pkgs/clan-cli/clan_cli/machines/update.py b/pkgs/clan-cli/clan_cli/machines/update.py index e24592b84..4bb75ac12 100644 --- a/pkgs/clan-cli/clan_cli/machines/update.py +++ b/pkgs/clan-cli/clan_cli/machines/update.py @@ -206,8 +206,8 @@ def register_update_parser(parser: argparse.ArgumentParser) -> None: metavar="MACHINE", help="Machine to update. If no machine is specified, all machines will be updated.", ) - add_dynamic_completer(machines_parser, complete_machines) + parser.add_argument( "--host-key-check", choices=["strict", "ask", "tofu", "none"],