graphmine-core / io.github.sof3.graphmine.command.args / EnumArg / ignoreCase
var ignoreCase:
Boolean
Match enum constant names case-insensitively.
This may cause problems if multiple enum constants have the same name with different cases. (However this is not encouraged in Java coding style anyway)