From 84b76b7ab7911ec8284032980aad3156738c0acd Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 02:08:44 +0000 Subject: [PATCH] Initial upload: cmdparse CLI tool with comprehensive documentation and CI/CD --- cmdparse/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cmdparse/__init__.py diff --git a/cmdparse/__init__.py b/cmdparse/__init__.py new file mode 100644 index 0000000..d195cb4 --- /dev/null +++ b/cmdparse/__init__.py @@ -0,0 +1,3 @@ +"""cmdparse - Parse unstructured CLI output into structured formats.""" + +__version__ = "0.1.0"