Solved
How to replace GUI action with command line?
I'm writing initialisation script.
Project repo is cloned into my empty workspace.
At the moment the user must initialy run STM32CubeIDE
- select empty workspace
- Call File > Open Projects from File System ... >
- select Folder and confirm
This action is what I need to implent in my initialisation script.
What would be apropriate command for it?
