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:
Paul Beckingham
2010-07-20 14:30:07 -07:00
parent 81a5461d92
commit 3f6358fea0
2 changed files with 18 additions and 5 deletions

View File

@@ -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");
}