Browse Source

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

Dinh Long Nguyen 7 months ago
parent
commit
848029b2b8
1 changed files with 1 additions and 1 deletions
  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": "?",