online-go / gtp2ogs

GTP Wrapper to allow bots to interface with the Online-Go.com Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

move all defaults out of getArgv

wonderingabout opened this issue · comments

currently only rankedUnrankedOptions have their defaults in constants.js

by moving all defaults out of getArgv, we can test them in config.test.js from #332 , and it may be better for consistency maybe

done in #359 for rejectnewmsg (and at the same occasion doing it for all other rootOptionsDefaults)