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

@@ -97,6 +97,7 @@ std::string Config::defaults =
"xterm.title=no # Sets xterm title for some commands\n"
"expressions=on # Support for algebraic expressions\n"
"patterns=on # Support for regex patterns\n"
"json.array=off # Enclose JSON output in [ ]\n"
"\n"
"# Dates\n"
"dateformat=m/d/Y # Preferred input and display date format\n"