Commands - export

- The default export format is now JSON, with an alias that maps 'export'
  to '_query'.
This commit is contained in:
Paul Beckingham 2011-05-30 11:42:35 -04:00
parent 6cf7644e02
commit 37b48c56d5
8 changed files with 4 additions and 255 deletions

View file

@ -295,7 +295,7 @@ std::string Config::defaults =
"alias.rm=delete # Alias for the delete command\n"
"alias.history=history.monthly # Prefer monthly over annual history reports\n"
"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=_query # Prefer JSON as the prime format\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"