Export commands deprecated

- Provided examplars of export commands re-implemented using the new
  _query command.
- Implemented export-xml.pl, export-xml.py, export-xml.rb.
- Implemented export-csv.pl.
- Implemented export-yaml.pl.
- Implemented export-ical.pl.
This commit is contained in:
Paul Beckingham 2011-01-29 17:07:45 -05:00
parent 06e15b6e25
commit 8b28b013c4
8 changed files with 440 additions and 2 deletions

4
NEWS
View file

@ -55,7 +55,9 @@ New configuration options in taskwarrior 1.9.4
Newly deprecated features in taskwarrior 1.9.4
-
- The export commands (export, export.csv, export.yaml, export.ical and
export.vcalendar) are deprecated, and will be replaced in future releases
by add-on scripts.
---