duct

roklenarcic 2019-02-22T09:15:01.007200Z

Is there some way I can add command line arguments into the configuration?

roklenarcic 2019-02-22T09:15:35.007900Z

How would you modify configuration of a system with specific values before it's started?

lukas.rychtecky 2019-02-22T09:47:19.008600Z

IMO you can do it “by hand”, when you call duct/read-config in main.clj you can modify the map.

👍 1
roklenarcic 2019-02-22T13:01:34.010Z

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?