v0.1.2
What's Changed
- Don't consider
show=Falseorparse=Falseparameters 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
Appdoesn't have explicithelptext, it should fallback toapp.default_command.__doc__, thenapp.meta.default_command,app.meta.meta.default_command, and so on.
- If an
- Fixes displaying meta commands in help screen.
- Added pages for "--help" and "--version" to the docs.
Full Changelog: v0.1.1...v0.1.2