dustinblackman / Championify

Import recent item sets from popular aggregators like Champion.gg in to League of Legends to use within game! No hassle.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve command line parameters

iggyvolz opened this issue · comments

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.

Unfortunately I can't minimize the electron/chromium output, but you're right where it can be improved. I'll add it to the todo list. Thanks!