Skip to content

v0.1.2

Choose a tag to compare

@BrianPugh BrianPugh released this 02 Dec 23:31
ef44925

What's Changed

  • Don't consider show=False or parse=False parameters when determining column layout in help text by @BrianPugh in #5
  • Simplify name when autoderived from sys.argv[0] by @BrianPugh in #6
  • Fix fallback meta default help by @BrianPugh in #7
    • If an App doesn't have explicit help text, it should fallback to app.default_command.__doc__, then app.meta.default_command, app.meta.meta.default_command, and so on.
  • Fixes displaying meta commands in help screen.
  • Added pages for "--help" and "--version" to the docs.

Full Changelog: v0.1.1...v0.1.2