tywil04 / slavartdl

Simple tool written in Go(lang) to download music using the SlavArt Divolt server
GNU General Public License v3.0
18 stars 1 forks source link

allow cli to modify default and custom config #6

Closed tywil04 closed 1 year ago

tywil04 commented 1 year ago

I (stupidly) forgot to add the code that allows commands to access either default or provided config to the commands that modify the config, plus I didn't enable viper to write once the command has finished execution. This is now fixed.

Part of https://github.com/tywil04/slavartdl/pull/5