style(help): improve help display layout and styling for consistency

- Wrapped help signatures in `Padding` for better visual spacing.
- Updated descriptions and tags to use dimmed text with indentation for clarity.
- Added a bold "help:" header to `_show_help()` for clearer section labeling.
- Bumped version to 0.1.75.
This commit is contained in:
2025-07-26 18:07:31 -04:00
parent 7836ff4dfd
commit da38f6d6ee
4 changed files with 18 additions and 11 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "falyx"
version = "0.1.74"
version = "0.1.75"
description = "Reliable and introspectable async CLI action framework."
authors = ["Roland Thomas Jr <roland@rtj.dev>"]
license = "MIT"