If I want to disable a single default option (like booleans_as_integers) I can't just pass the one option I want to disable. Instead I have to pass the entire default option list and disable the one prop. This makes it really difficult to use from a cli perspective. Need a better way to allow overriding a single prop while still allowing passing a complete override.
If I want to disable a single default option (like
booleans_as_integers
) I can't just pass the one option I want to disable. Instead I have to pass the entire default option list and disable the one prop. This makes it really difficult to use from a cli perspective. Need a better way to allow overriding a single prop while still allowing passing a complete override.