Allow overriding an override #987
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
I just discovered overrides, which work great, though I have one suggestion on setting overrides.
Currently if you set an override on a path that already has an override, you get an error and the override does not change:
This means that the only way to reliably set an override is this, because
unset
luckily doesn't error if it is alreadyunset
:I feel like if a user asks for a valid override, that should be done, rather than erroring out.
The text was updated successfully, but these errors were encountered: