Update command name
All checks were successful
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
sonny 2025-05-03 14:39:13 +02:00
parent 7fb62ce201
commit 4dad8eb1e7
5 changed files with 157 additions and 157 deletions

View file

@ -14,7 +14,7 @@ from transip_client.main import detect
default="transip_client.adapters.OpenDNSAdapter",
)
@click.option("--read-only/--write", default=False)
def run(
def update(
domains: list[str],
login: str,
private_key_path: str,