Merge pull request 'machines.update: remove redundant flake argument' (#519) from lassulus-update-fix into main
All checks were successful
assets1 / test (push) Successful in 22s
checks / test (push) Successful in 41s
checks-impure / test (push) Successful in 1m30s

This commit is contained in:
clan-bot 2023-11-15 21:01:02 +00:00
commit 5c495e3cdc

View File

@ -147,12 +147,6 @@ def register_update_parser(parser: argparse.ArgumentParser) -> None:
nargs="*",
default=[],
)
parser.add_argument(
"--flake",
type=str,
help="name of the flake to update machine for",
default=None,
)
parser.add_argument(
"--target-host",
type=str,