regner / albiondata-client

Distributed client for the Albion Data project.
https://albion-data.com/
MIT License
38 stars 17 forks source link

Change how we get the configuration for the application #121

Open regner opened 7 years ago

regner commented 7 years ago

We should continue to use CLI parameters as highest priority but we should also accept a config file.

A good possibility is the Viper and Cobra packages which seems to handle this.