AttributeRequired flag does not work when input is directory instead of a file.
RootCause: Bug in Program.cs GeneratePlantUmlFromDir method where wrong flag name(ignoreEmptyModifier) is used. There is no reference to ignoreEmptyModifier in the whole repository except at this place. I presume it is orphan artefact which slipped in from local development.
Fix: Change -ignoreEmptyModifer to -attributeRequired similar to how GeneratePlantUmlFromFile handles it.
Thanks for maintaining this useful tool!
AttributeRequired flag does not work when input is directory instead of a file.
RootCause: Bug in Program.cs GeneratePlantUmlFromDir method where wrong flag name(ignoreEmptyModifier) is used. There is no reference to ignoreEmptyModifier in the whole repository except at this place. I presume it is orphan artefact which slipped in from local development.
Fix: Change -ignoreEmptyModifer to -attributeRequired similar to how GeneratePlantUmlFromFile handles it.