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:
@@ -233,6 +233,7 @@ int Context::dispatch (std::string &out)
|
||||
else if (cmd.command == "stop") { rc = handleStop (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 == "edit") { rc = handleEdit (out); }
|
||||
|
||||
Reference in New Issue
Block a user