I.e. --color should enable color, but it doesn't when no fallbackValue=true is set.
With negatable=true, this enables --color and --no-color to work as expected.
PR Publishing
### The artifacts published by this PR:
- :package: [`net.neoforged:neoform-runtime:0.1.65-pr-26-toggle-options`](https://github.com/neoforged/NeoFormRuntime/packages/2194139)
### Repository Declaration
In order to use the artifacts published by the PR, add the following repository to your buildscript:
```gradle
repositories {
maven {
name 'Maven for PR #26' // https://github.com/neoforged/NeoFormRuntime/pull/26
url 'https://prmaven.neoforged.net/NeoFormRuntime/pr26'
content {
includeModule('net.neoforged', 'neoform-runtime')
}
}
}
```
I.e.
--color
should enable color, but it doesn't when nofallbackValue=true
is set. Withnegatable=true
, this enables--color
and--no-color
to work as expected.