optparse-applicative v0.11.0 Release Notes

Release Date: 2014-10-04 // over 9 years ago
    • โž• Added Alternative instances for Chunk and ReadM.

    • ๐Ÿ“œ The ReadM monad is now a ReaderT for the argument being parsed. User defined readers do not need to handle their argument explicitly, but can always access it using readerAsk.

    • ๐Ÿ— Argument builders now take a ReadM parameter, just like options.

    • ๐Ÿ›  Fixed bugs

      • #106 - argument should perhaps use ReadM