mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation Update
- Added examples to the grammar file. - Added recent change to ChangeLog, html/task.html.
This commit is contained in:
parent
9535121c1e
commit
41b8b207d4
3 changed files with 8 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
and shadow files.
|
||||
+ Fixed bug with the task sort alogrithm, which led to an unstable sequence
|
||||
when there were only a handful of tasks.
|
||||
+ Performance enhanced by eliminating unnecessary sorting.
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
|
||||
# This is a full BNF grammar for the task command line. It is intended that a
|
||||
# future release of task will incorporate a complete lexer/parser implementing
|
||||
# this grammar.
|
||||
# this grammar, which will allow for more sophisticated command lines, for
|
||||
# example:
|
||||
#
|
||||
# task delete 1 2 4-7
|
||||
# task add pri:H pro:X -- pro pri 1 ///
|
||||
#
|
||||
|
||||
command ::= simple_command
|
||||
| filter_command filter?
|
||||
|
|
|
@ -118,6 +118,7 @@
|
|||
and shadow files.
|
||||
<li>Fixed bug with the task sort alogrithm, which led to an unstable sequence
|
||||
when there were only a handful of tasks.
|
||||
<li>Performance enhanced by eliminating unnecessary sorting.
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue