I followed the instructions for installing the command generator (https://github.com/johaq/CommandGenerator) and generating the object.md, but when running the generator.py, I got the following error:
Traceback (most recent call last):
File "generator.py", line 93, in
object_names, object_categories_plural, object_categories_singular = parse_objects(objects_data)
File "generator.py", line 67, in parse_objects
parsed_categories_singular = [category[1] for category in parsed_categories]
File "generator.py", line 67, in
parsed_categories_singular = [category[1] for category in parsed_categories]
IndexError: list index out of range