eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.94k stars 2.49k forks source link

Bogus help message from Theia Electron Main #13727

Closed tsmaeder closed 4 months ago

tsmaeder commented 4 months ago

Bug Description:

We're not getting the proper help when invoking the electron-main.js script, for example by invoking TheiaIde.exe on Windows

Steps to Reproduce:

  1. Install Theia IDE
  2. Invoke TheiaIDE.exe --help on the command line
  3. Observe: You get this help message:
    
    TheiaIDE.exe [file]

Positionals: file [string]

Options: --help Show help [boolean] --version Show version number [boolean] --electronUserData The area where the electron main process puts its data [string]


My expectation would be that I get the full list of cli options for theia.

<!-- Please provide any additional information available. -->
<!-- Additional information can be in the form of logs, screenshots, screencasts. -->

### Additional Information

- Operating System:
- Theia Version: