This commit is contained in:
Zsolt Ero
2025-09-18 19:35:56 +02:00
parent 604f27e7db
commit b24f096ad4
13 changed files with 93 additions and 221 deletions

View File

@@ -121,11 +121,12 @@ def http_host_sync(hostname, user, port, noninteractive):
run_http_host_sync(c)
@cli.command()
@common_options
def debug(hostname, user, port, noninteractive):
c = get_connection(hostname, user, port)
run_http_host_sync(c)
#
# @cli.command()
# @common_options
# def debug(hostname, user, port, noninteractive):
# c = get_connection(hostname, user, port)
# run_http_host_sync(c)
if __name__ == '__main__':