Ver Fonte

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

Dinh Long Nguyen há 7 meses atrás
pai
commit
848029b2b8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      taipy/gui/_gui_cli.py

+ 1 - 1
taipy/gui/_gui_cli.py

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