mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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:
parent
9cd1b96e1f
commit
750af261aa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
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
|
||||
include <file>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue