yaml-writer: add ability to enable/disable type annotations

This commit is contained in:
Ariadne Conill 2020-11-13 21:31:48 -07:00
parent 3bf406bf92
commit dd8064142c
3 changed files with 8 additions and 8 deletions

View file

@ -111,7 +111,7 @@ prettyprint_interface_yaml(struct lif_interface *iface)
lif_yaml_node_append_child(iface_node, iface_entry_node);
}
lif_yaml_write(iface_node, stdout);
lif_yaml_write(iface_node, stdout, true);
lif_yaml_node_free(&doc);
}
#endif