Create NiceGUI command line tool #1462
Replies: 1 comment
-
Thanks for starting this discussion @qingant. To write the truth I'm not sure if NiceGUI really should have a CIL.
I think that would be quite complicated because there could be any amount of non-ui stuff going on. Like accessing an USB camera, initializing a database etc. This is one of the main reasons why Streamlit is so broken. I would favour something like #1065.
I do not think these options are often required to change. And if they need to be configured they may be better placed in an .env file. CILs are not a great way to configure a deployment.
Maybe. Depends on the outcome of #1454 in my opinion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I like the simplicity of NiceGUI. but there would definitely be some magic that I would like to have even though it will add a little bit complexity:
ui.route('/')
by default.These all kind of require a command line tool.
Beta Was this translation helpful? Give feedback.
All reactions