File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ def should_enable_qt(argv: list[str] | None) -> bool:
259259 "ws" ,
260260 "scaffold" ,
261261 }
262- gui_commands = {"gui" , "main" }
262+ gui_commands = {"gui" , "main" , "prog-engine" }
263263 if cmd in gui_commands :
264264 return True
265265 if cmd in headless_commands :
Original file line number Diff line number Diff line change 2929 python -m pycompiler_ark bcasl /path/to/ws # Launch BCASL with workspace
3030 python -m pycompiler_ark engines # Launch Engines standalone GUI
3131 python -m pycompiler_ark engines /path/to/ws # Launch Engines with workspace
32+ python -m pycompiler_ark prog-engine nuitka /path/to/ws # Launch GUI focused on one engine
3233 python -m pycompiler_ark engines --dry-run # List available engines
3334 python -m pycompiler_ark unload # Unload all engines
3435"""
You can’t perform that action at this time.
0 commit comments