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
{{ message }}
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
The global config file and the flow config files work completely different from one another.
I think we can refactor both to use Viper under the hood.
Combining Viper with acorn-io/cmd (based on Cobra), we should come to way easier terms especially with the global config file that is a mixture of flag-configurable options and non-flag-configurable options.
Also this should allow us to make all flags configurable via config file as well - this may need an extension of acorn-io/cmd
The text was updated successfully, but these errors were encountered:
The global config file and the flow config files work completely different from one another.
I think we can refactor both to use Viper under the hood.
Combining Viper with acorn-io/cmd (based on Cobra), we should come to way easier terms especially with the global config file that is a mixture of flag-configurable options and non-flag-configurable options.
Also this should allow us to make all flags configurable via config file as well - this may need an extension of acorn-io/cmd
The text was updated successfully, but these errors were encountered: