feat(help): add dynamic tip system to _show_help output
- Added `get_tip()` method to provide rotating contextual tips for help output, with different pools for CLI mode vs menu mode. - Introduced `is_cli_mode` property to centralize CLI mode detection. - Updated `_show_help()` to print a randomly selected tip instead of a static line. - Enhanced tips with Rich formatting (bold/italic) for emphasis. - Bumped version to 0.1.74.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "falyx"
|
||||
version = "0.1.73"
|
||||
version = "0.1.74"
|
||||
description = "Reliable and introspectable async CLI action framework."
|
||||
authors = ["Roland Thomas Jr <roland@rtj.dev>"]
|
||||
license = "MIT"
|
||||
|
Reference in New Issue
Block a user