bitfinexcom / smidgen

MIT License
43 stars 16 forks source link

config: add file based config #34

Closed robertkowalski closed 6 years ago

robertkowalski commented 6 years ago

config is lazily created on startup. commandline arguments overwrite the file based config, i.e. --provider via commandline will overwrite the defautl provider and the provider in the config file.

feature in f29a4d3

depends on #31