iits-consulting / otc-prometheus-exporter

GNU General Public License v3.0
8 stars 1 forks source link

Use cobra/viper to parse arguments #17

Closed zeljkobekcic closed 11 months ago

zeljkobekcic commented 1 year ago

The current way of parsing arguments is not optimal. It would be better to use something like spf13/cobra and spf13/viper for loading configuration.