You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
Right now it just is:
$ ~/Applications/Championify.app/Contents/MacOS/Championify --autorun
[2061:0403/163409:INFO:renderer_main.cc(200)] Renderer process started
[2057:0403/163411:INFO:CONSOLE(95)] "{
"level": "info",
"message": "Version: 1.2.10"
}", source: /Users/XXX/Applications/Championify.app/Contents/Resources/app.asar/node_modules/winston/lib/winston/transports/console.js (95)
It would be nice if championify could be treat the command line better. For example, it could print out status to the terminal, export a help if called with --help, et cetera.
The text was updated successfully, but these errors were encountered:
Right now it just is:
$ ~/Applications/Championify.app/Contents/MacOS/Championify --autorun
[2061:0403/163409:INFO:renderer_main.cc(200)] Renderer process started
[2057:0403/163411:INFO:CONSOLE(95)] "{
"level": "info",
"message": "Version: 1.2.10"
}", source: /Users/XXX/Applications/Championify.app/Contents/Resources/app.asar/node_modules/winston/lib/winston/transports/console.js (95)
It would be nice if championify could be treat the command line better. For example, it could print out status to the terminal, export a help if called with --help, et cetera.
The text was updated successfully, but these errors were encountered: