Kotlin/kotlinx-cli

Error handling for custom ArgTypes

iTob191 opened this issue · 0 comments

The Readme states that custom ArgTypes are supported. However, the class ParsingException is marked internal, so custom ArgTypes cannot use the built-in error reporting functionality. Is this intentional? And if so, how should errors in custom ArgTypes be handled?