Export - query

- Output from the query command is now optionally surrounded by [ ... ]
  to make this a syntactically correct JSON document.  This is off by
  default.
- Updated documents.
This commit is contained in:
Paul Beckingham 2011-06-13 18:11:44 -04:00
parent 69fc2c3be8
commit ded55c360b
5 changed files with 21 additions and 0 deletions

View file

@ -34,6 +34,8 @@
be verbose about. See taskrc(5).
+ New 'execute' command that runs external programs.
+ The default export format is now JSON.
+ The configuration variable 'json.array' determines whether 'query' command
output is enclosed by '[...]'.
# Tracked Features, sorted by ID.
+ Added feature #330, which supports the 'inverse' color attribute.