docs: add help text doc. that reboot is a conv. alias for boot --reboot
All checks were successful
/ ruff (push) Successful in 26s
/ black (push) Successful in 26s

This commit is contained in:
June 2024-06-09 00:33:24 +02:00
parent fd9ad17d79
commit d164f502a1
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -50,7 +50,7 @@ def test(hosts, reboot):
operations.run("test", hosts, reboot) operations.run("test", hosts, reboot)
@infra_rebuild.command() @infra_rebuild.command(short_help=" ", help="This operation is a convenience alias for boot --reboot.")
@click.argument("hosts", nargs=-1) @click.argument("hosts", nargs=-1)
def reboot(hosts): def reboot(hosts):
operations.run("boot", hosts, True) operations.run("boot", hosts, True)