Add options_manager, rework bottom_bar to only render through closures, easy add of options to bottom bar

This commit is contained in:
2025-04-20 16:28:24 -04:00
parent ebcd4b43c6
commit 6c72e22415
11 changed files with 310 additions and 148 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "falyx"
version = "0.1.4"
version = "0.1.5"
description = "Reliable and introspectable async CLI action framework."
authors = ["Roland Thomas Jr <roland@rtj.dev>"]
license = "MIT"
@ -12,12 +12,12 @@ python = ">=3.10"
prompt_toolkit = "^3.0"
rich = "^13.0"
pydantic = "^2.0"
python-json-logger = "^3.3.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.0"
pytest-asyncio = "^0.20"
ruff = "^0.3"
python-json-logger = "^3.3.0"
[tool.poetry.scripts]
falyx = "falyx.cli.main:main"