mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
17 lines
398 B
Text
17 lines
398 B
Text
Real Parsing
|
|
define grammar for command line
|
|
implement flex/bison parser
|
|
|
|
User-Defined Reports
|
|
report.xxx=id,project(2+),priority(1-),description
|
|
change all list-based reports to user-defined
|
|
|
|
Generalized Report Writer
|
|
provide column list, sort order, filter
|
|
|
|
Test Suite
|
|
allow .taskrc override
|
|
debug=on to cause all cout to be csv
|
|
regression tests for every bug, command, feature
|
|
|
|
|