@@ -121,8 +121,8 @@ def Click2Gui(
121121 ----
122122 run_function (Callable[..., Any]): The name of the function to call eg.
123123 gui (str, optional): Override the gui to use. Current options are:
124- "dearpygui", "pysimplegui", "pysimpleguiqt","pysimpleguiweb". Defaults to
125- "dearpygui".
124+ "dearpygui", "pysimplegui", "pysimpleguiqt","pysimpleguiweb","freesimplegui",
125+ Defaults to "dearpygui".
126126 theme (Union[str, list[str]], optional): Set a base24 theme. Can
127127 also pass a base24 scheme file. eg. one-light.yaml. Defaults to "".
128128 darkTheme (Union[str, list[str]], optional): Set a base24 dark
@@ -191,8 +191,8 @@ def Cli2Gui(
191191 options are: "argparse", "getopt", "optparse", "docopt",
192192 "dephell_argparse". Defaults to "argparse".
193193 gui (str, optional): Override the gui to use. Current options are:
194- "dearpygui" , "pysimplegui", "pysimpleguiqt","pysimpleguiweb". Defaults to
195- "dearpygui".
194+ "dearpygui", "pysimplegui", "pysimpleguiqt","pysimpleguiweb","freesimplegui",
195+ Defaults to "dearpygui".
196196 theme (Union[str, list[str]], optional): Set a base24 theme. Can
197197 also pass a base24 scheme file. eg. one-light.yaml. Defaults to "".
198198 darkTheme (Union[str, list[str]], optional): Set a base24 dark
0 commit comments