You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a config will enable cross-team workflows by providing a consistent configuration which can be stored in Git as part of onboarding, my personal preference would be for the config file to be yaml which has package integration with Go (link).
(Paths being array to have multiple places to look for)
You could even have different configs for different purposes and call them by changing TTSModManager.exe --config X or Y
There's also the issue of where will this file be looked for, personally I think it should go from local to global. Something like, CMD flag overrides all, then look for it first next to the binary (./) and finally a static dir maybe in ~/.TTSModManager
I think this could be better handled by something like Configure which includes environment variable support
If there was such a file as
TTSModManager.config
, then it could allow for setting more options and flag than makes sense to have on the commandline.Some ideas:
Please comment with other ideas and what use cases this would enable
The text was updated successfully, but these errors were encountered: