What's Changed
* Don't consider `show=False` or `parse=False` parameters when determining column layout in help text by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/5
* Simplify name when autoderived from `sys.argv[0]` by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/6
* Fix fallback meta default help by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/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**: https://github.com/BrianPugh/cyclopts/compare/v0.1.1...v0.1.2