henrietteharmse / uml2semantics

Translates UML class diagrams to OWL2
Apache License 2.0
12 stars 1 forks source link

Parameter for Enumeration Values does not work when using the full name --enumeration values due to the space #13

Closed chris-day closed 1 month ago

chris-day commented 2 months ago

Hi -

The parameter parsing opt[Option[File]]('n', "enumeration values") should omit the space between enumeration and values to function correctly. Perhaps add a hyphen ? opt[Option[File]]('n', "enumeration-values")