lichess-org / external-engine

Using engines running outside of the browser on https://lichess.org/analysis
GNU General Public License v3.0
76 stars 22 forks source link

quick solution to parse arguments from configuration file #29

Closed poettler-ric closed 1 year ago

poettler-ric commented 1 year ago

I don't want my lichess token in my shell's history file. This way it is also possible to switch between different configurations, quickly.

For now I couldn't come up with a implementation to parse a configuration file without editing much of the code.

niklasf commented 1 year ago

Nice. Using environment variables is also already supported, btw.