Is there some way I can add command line arguments into the configuration?
How would you modify configuration of a system with specific values before it's started?
IMO you can do it “by hand”, when you call duct/read-config
in main.clj
you can modify the map.
Yeah, ran into a different set of problems. If I add command line options as configuration keys and then depend on them elsewhere, then it dies when keys are missing. How do I make an #ig/ref
that is optional?