Expand description
Project configuration file support (.patchloom.toml).
Searches from the working directory upward for a .patchloom.toml file and
parses it into ProjectConfig. CLI flags override config file values.
Structs§
- Exclude
- Output
- Project
Config - Project-level configuration loaded from
.patchloom.toml. - Write
Policy
Functions§
- apply_
config - Merge a
ProjectConfiginto [GlobalFlags], applying config values only where the CLI did not explicitly set them. - find_
and_ load - Search for
.patchloom.tomlstarting fromstartand walking up to the filesystem root. Returns the parsed config and its directory, orNoneif no config file is found.