Implement extra-config option
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
# Layered settings: CLI > active profile > globals. `--profile` selects the
|
||||
# profile, otherwise `default-profile` below is used. Vec fields append across
|
||||
# layers; scalars replace.
|
||||
#
|
||||
# `extra-config` optionally points to a second file layered on top of this one
|
||||
# using the same rules (scalars replace, vecs append, profiles merge by name).
|
||||
# Missing extra-config files are silently skipped; nesting is not supported.
|
||||
|
||||
extra-config = "~/.config/agent-sandbox/extra.toml"
|
||||
|
||||
whitelist = true
|
||||
# blacklist = true
|
||||
|
||||
Reference in New Issue
Block a user