Resolving arguments takes place after initial setup #102
Closed
ivinjabraham
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, in main, we go through a bunch of setup before we resolve the arguments passed in. Right now, the only argument is to fetch the configuration, in which case, we immediately quit the app afterwards. We can prevent the unnecessary processing by making
Config
an injection intoApp
rather than initializingConfig
and then usingConfig
to resolve the arguments.Could I spend in an PR making this change? Or are there any suggestions to this idea?
Beta Was this translation helpful? Give feedback.
All reactions