dry-cli 1.4.0 released

Added

  • Provide the CLI’s out and err streams to command instances (unless @out and @err ivars already exist in the command). (@aaronmallen in #150)

Changed

Fixed

  • Pass a commands keyword arguments to any related callbacks. (@gustavothecoder in #136)
  • Avoid duplicated option names in --help output when a subclass re-defines an option. (@gustavothecoder in #143)
  • Properly raise an error when an invalid value is passed to an option (previously this was working for arguments only, not options). (@gustavothecoder in #142)

Compare v1.3.0 … v1.4.0


View release on GitHub

1 Like