clikt v3.2.0 Release Notes

  • 2021-05-14

    โž• Added

    • 0๏ธโƒฃ InputStream.isCliktParameterDefaultStdin and OutputStream.isCliktParameterDefaultStdout to check if the streams returned from inputStream/outputStream options are proxying stdin/stdout (#272)

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Make parameters of mutuallyExclusiveOptions covariant to allow validation without explicit type annotations. (#265)
    • โšก๏ธ Updated kotlin to 1.5.0

    ๐Ÿ›  Fixed

    • Reading from an option or argument property on a command that hasn't been invoked will now always throw an IllegalStateException