Move ShellAction to action/shell_action.py, Move Argument, ArgumentAction, and CommandArgumentParser to seperate files

This commit is contained in:
2025-06-08 14:31:24 -04:00
parent 53ba6a896a
commit 3c7ef3eb1c
9 changed files with 233 additions and 212 deletions

View File

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