Add MenuAction, SelectionAction, SignalAction, never_prompt(options_manager propagation), Merged prepare

This commit is contained in:
2025-05-04 14:11:03 -04:00
parent 69b629eb08
commit 91c4d5481f
24 changed files with 1177 additions and 109 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "falyx"
version = "0.1.10"
version = "0.1.11"
description = "Reliable and introspectable async CLI action framework."
authors = ["Roland Thomas Jr <roland@rtj.dev>"]
license = "MIT"
@ -23,7 +23,6 @@ black = { version = "^25.0", allow-prereleases = true }
mypy = { version = "^1.0", allow-prereleases = true }
isort = { version = "^5.0", allow-prereleases = true }
pytest-cov = "^4.0"
pytest-mock = "^3.0"
[tool.poetry.scripts]
falyx = "falyx.__main__:main"