Haiyang
Haiyang
Issue moved from https://github.com/open-needs/open-needs-ide/issues/69.
Original requests from: - https://github.com/open-needs/open-needs-ide/issues/30 - https://github.com/open-needs/open-needs-ide/issues/31
Original requests: https://github.com/open-needs/open-needs-ide/issues/39
1. https://groundwork.readthedocs.io/en/latest/quickstart.html ###Original Code### from groundwork import App if \_\_name__== "\_\_main__": my_app = App() my_app.plugins.activate(["**GwPluginInfo**"]) my_app.commands.start_cli() ################# It should be ["**GwPluginsInfo**"] 2. https://groundwork.readthedocs.io/en/latest/commands.html ###Original Code### from groundwork import App from...