Un-deprecate the non-1/0 boolean values (#3522)
As per https://github.com/GothenburgBitFactory/tw.org/issues/867 Co-authored-by: Sebastian Carlos <sebastiancarlos@gmail.com>
This commit is contained in:
@@ -77,7 +77,7 @@ Values support UTF8 as well as JSON encoding, such as \\uNNNN.
|
|||||||
|
|
||||||
Note that Taskwarrior is flexible about the values used to represent Boolean
|
Note that Taskwarrior is flexible about the values used to represent Boolean
|
||||||
items. You can use "1" to enable, anything else is interpreted as disabled.
|
items. You can use "1" to enable, anything else is interpreted as disabled.
|
||||||
The values "on", "yes", "y" and "true" are currently supported but deprecated.
|
The values "on", "yes", "y" and "true" are also supported.
|
||||||
|
|
||||||
.nf
|
.nf
|
||||||
include <file>
|
include <file>
|
||||||
|
|||||||
Reference in New Issue
Block a user