Skip to content

Get rid of `ConfigFile` global state

Kamil Trzciński requested to merge config-file-global-state into main

This makes the config loading be part of command processing, and loaded config becomes a part of the context of execution.

Merge request reports