mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 18:25:10 +00:00
[FIX/ADD] Fix YAML generation, keep track of time
This commit is contained in:
parent
a48c3ba126
commit
13a9d23fa0
12 changed files with 33 additions and 10 deletions
|
|
@ -106,6 +106,8 @@ Main(Array *args, HashMap *env)
|
|||
/* Write out the config file to a YAML document */
|
||||
Log(LOG_INFO, "Generating YAML...");
|
||||
yaml = StreamOpen("parsee.yaml", "w");
|
||||
ParseeConfigLoad(configuration);
|
||||
ParseeConfigInit();
|
||||
ParseeExportConfigYAML(yaml);
|
||||
StreamClose(yaml);
|
||||
Free(opts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue