This commit is contained in:
Zsolt Ero
2025-10-09 01:22:53 +02:00
parent f7299f6836
commit b3e8bff774
3 changed files with 36 additions and 37 deletions

View File

@@ -120,11 +120,11 @@ def tile_gen(
#
# @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)
upload_config_and_certs(c)
if __name__ == '__main__':