From 556e1e69cadbe21998fa3f58e86c374bc49edb8a Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 02:05:13 +0000 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c380f80 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# cmdparse + +A CLI tool that parses unstructured CLI command output into structured formats (JSON, CSV, YAML) with field extraction capabilities. \ No newline at end of file