Add CommandArgumentParser and integrate argument parsing from cli and menu prompt

This commit is contained in:
2025-05-17 21:10:50 -04:00
parent b14004c989
commit 62276debd5
11 changed files with 1416 additions and 40 deletions

View File

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