mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Commands - export
- The default export format is now JSON, with an alias that maps 'export' to '_query'.
This commit is contained in:
parent
6cf7644e02
commit
37b48c56d5
8 changed files with 4 additions and 255 deletions
|
@ -252,9 +252,6 @@ int Context::dispatch (std::string &out)
|
|||
else if (cmd.command == "timesheet") { rc = handleReportTimesheet (out); }
|
||||
else if (cmd.command == "done") { rc = handleDone (out); }
|
||||
else if (cmd.command == "delete") { rc = handleDelete (out); }
|
||||
else if (cmd.command == "export.csv") { rc = handleExportCSV (out); }
|
||||
else if (cmd.command == "export.ical") { rc = handleExportiCal (out); }
|
||||
else if (cmd.command == "export.yaml") { rc = handleExportYAML (out); }
|
||||
else if (cmd.command == "import") { rc = handleImport (out); }
|
||||
else if (cmd.command == "duplicate") { rc = handleDuplicate (out); }
|
||||
else if (cmd.command == "undo") { handleUndo ( ); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue