Skip to content

Command Line Options

You are able to use command line arguments for certain purpose.

Example:

sh
electron poi --dev --dev-extra extraA extraB

Available options:

shortfulldescription
-v--versionshows the version
-d--devenables debug mode
--extra--dev-extraextra debug option, usage --dev-extra extraA extraB
-s--safeenables safe mode, reset the redux store and disables all plugins
-h--helpprints the cli help

Available Extras

NameListedDescription
brkAdds a breakpoint before any code in app.es is executed
gameResponse⭕️Logs game response packages
i18next⭕️i18next debug mode
i18next-save-missing⭕️save missing keys

Note: there's no guarantee that this table is complete (especially the options used in plugins may be neglected). It is always a good idea to do a search in the source code or discuss with other developers

Last updated: