yaml-writer: add ability to enable/disable type annotations
This commit is contained in:
parent
3bf406bf92
commit
dd8064142c
3 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue