mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - export.yaml
- Preliminary export.yaml support. No unit tests yet, and no decision on including this feature. It may be that libyaml is the right choice, as an optional dependency.
This commit is contained in:
parent
8b02d2bdeb
commit
2b48ae8e38
6 changed files with 67 additions and 10 deletions
|
@ -133,6 +133,7 @@ int handleImport (std::string&);
|
|||
// export.cpp
|
||||
int handleExportCSV (std::string &);
|
||||
int handleExportiCal (std::string &);
|
||||
int handleExportYAML (std::string &);
|
||||
|
||||
// list template
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue