mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +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
|
@ -90,11 +90,6 @@ std::string colorizeDebug (const std::string&);
|
|||
// import.cpp
|
||||
int handleImport (std::string&);
|
||||
|
||||
// export.cpp
|
||||
int handleExportCSV (std::string&);
|
||||
int handleExportiCal (std::string&);
|
||||
int handleExportYAML (std::string&);
|
||||
|
||||
// dependency.cpp
|
||||
bool dependencyIsBlocked (const Task&);
|
||||
void dependencyGetBlocked (const Task&, std::vector <Task>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue