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
The viper stuff for command-line args is handy, but not worth the half a billion random dependencies it pulls in. Let's figure out a cheaper way to do this. We could parse the toml manually, and probably jam together the ENV and CLI stuff in half a day.
In a very quick test, viper adds 6 megs to a stripped binary, versus about 200k for the toml parser by itself.
The text was updated successfully, but these errors were encountered:
The viper stuff for command-line args is handy, but not worth the half a billion random dependencies it pulls in. Let's figure out a cheaper way to do this. We could parse the toml manually, and probably jam together the ENV and CLI stuff in half a day.
In a very quick test, viper adds 6 megs to a stripped binary, versus about 200k for the toml parser by itself.
The text was updated successfully, but these errors were encountered: