mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-05 05:34:44 +00:00
Output custom command line help usage #977
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @icnocop on GitHub (Jul 15, 2025).
Hi.
Thank you for Electron.NET.
I would like to request the ability to display custom command line help usage.
For example, when I electronize the app and run
MyElectronizedApp.exe --helpI want to display my custom command line usage.For example, in Program.cs:
Thank you.
@FlorianRappl commented on GitHub (Oct 31, 2025):
Outdated - use
ElectronNET.CoreandElectronNET.Core.AspNet.See Wiki / What's New.