Merge pull request 'machines.update: remove redundant flake argument' (#519) from lassulus-update-fix into main
This commit is contained in:
@@ -147,12 +147,6 @@ def register_update_parser(parser: argparse.ArgumentParser) -> None:
|
|||||||
nargs="*",
|
nargs="*",
|
||||||
default=[],
|
default=[],
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
|
||||||
"--flake",
|
|
||||||
type=str,
|
|
||||||
help="name of the flake to update machine for",
|
|
||||||
default=None,
|
|
||||||
)
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--target-host",
|
"--target-host",
|
||||||
type=str,
|
type=str,
|
||||||
|
|||||||
Reference in New Issue
Block a user