mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Docs: Updated man page regarding 'debug.parser' values
- Modified tests that use the above.
This commit is contained in:
parent
d210c6d07f
commit
d87a753de1
5 changed files with 19 additions and 6 deletions
|
@ -506,9 +506,10 @@ Level 1 shows hook calls. Level 2 also shows exit status and I/O.
|
|||
|
||||
.TP
|
||||
.B debug.parser=0
|
||||
Controls the parser diagnostic level. Level 0 means no diagnostics. Level 1
|
||||
shows the parse tree. Level 2 shows expression evaluation details. Level 3
|
||||
shows parse trees from every phase of the parse.
|
||||
Controls the parser diagnostic level. Level 0 shows no diagnostics.
|
||||
Level 1 shows the final parse tree.
|
||||
Level 2 shows the parse tree from all phases of the parse.
|
||||
Level 3 shows expression evaluation details.
|
||||
|
||||
.TP
|
||||
.B debug.tls=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue