Explorar o código

fix cli collision between host and client_url (#2026) (#2031)

Dinh Long Nguyen hai 7 meses
pai
achega
848029b2b8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      taipy/gui/_gui_cli.py

+ 1 - 1
taipy/gui/_gui_cli.py

@@ -37,7 +37,7 @@ class _GuiCLI(_AbstractCLI):
             "const": "",
             "help": "Specify server host",
         },
-        ("--client-url", "-H"): {
+        ("--client-url",): {
             "dest": "taipy_client_url",
             "metavar": "CLIENT_URL",
             "nargs": "?",