hcpxml2json: include the feature map just in case something is not referenced

This commit is contained in:
Trammell Hudson
2022-02-06 10:23:25 +01:00
parent 1806055016
commit 2578e16ac4
3 changed files with 955 additions and 701 deletions

View File

@@ -98,6 +98,7 @@ machine = {
"commands": parse_xml_list(description[7]),
"options": parse_xml_list(description[8]),
"errors": errors,
"features": features,
}
print(json.dumps(machine, indent=4))