Add Examples

This commit is contained in:
2025-04-16 21:52:40 -04:00
parent b9859c700f
commit 4969b7cfa8
10 changed files with 155 additions and 48 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "falyx"
version = "0.1.0"
version = "0.1.2"
description = "Reliable and introspectable async CLI action framework."
authors = ["Roland Thomas Jr <roland@rtj.dev>"]
license = "MIT"
@ -17,6 +17,7 @@ pydantic = "^2.0"
pytest = "^7.0"
pytest-asyncio = "^0.20"
ruff = "^0.3"
python-json-logger = "^3.3.0"
[tool.poetry.scripts]
falyx = "falyx.cli.main:main"