- Added the alias 'export.json' that maps to the _query command.
This commit is contained in:
Paul Beckingham
2011-02-04 10:25:43 -05:00
parent 3a623af363
commit 7e1e187d6c
3 changed files with 4 additions and 2 deletions

View File

@@ -290,6 +290,7 @@ std::string Config::defaults =
"alias.ghistory=ghistory.monthly # Prefer monthly graphical over annual history reports\n"
"alias.export=export.yaml # Prefer YAML over CSV or iCal export\n"
"alias.export.vcalendar=export.ical # They are the same\n"
"alias.export.json=_query # The _query command will be used for all export\n"
"alias.burndown=burndown.weekly # Prefer the weekly burndown chart\n"
"\n"
"# Fields: id, uuid, project, priority, priority_long, entry, start, end,\n"