Closed lundybernard closed 4 months ago
Provide a helpful concise representation of the configuration object
It should represent the attribute tree, the value that will be returned, and source of each value ex:
GlobalConfig ├─ submodule1 │ └─ key1: ENV -> 'value-from-env' │ └─ key2: config.yaml -> 'value from config file' │ └─ key3: default -> None ├─ submodule2 │ └─ key4: ARGS -> 'value from ARGS'
Resolved in v0.1.8
Provide a helpful concise representation of the configuration object
It should represent the attribute tree, the value that will be returned, and source of each value ex: