Feature - import.yaml
- Not fully implemented (need research on libyaml first), but the file type recognition and stubs are there.
This commit is contained in:
@@ -245,6 +245,8 @@ int handleExportYAML (std::string &outs)
|
||||
out << task->composeYAML ().c_str ();
|
||||
}
|
||||
|
||||
out << "...\n";
|
||||
|
||||
outs = out.str ();
|
||||
context.hooks.trigger ("post-export-command");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user