I have an Electron project, and use electron-builder
to build it to a windows exe. Now I want to support the commandlines. Try to call it in CMD console window and give it some parameters. Question is how to output log message to CMD console?
I have an Electron project, and use electron-builder
to build it to a windows exe. Now I want to support the commandlines. Try to call it in CMD console window and give it some parameters. Question is how to output log message to CMD console?