From f2f93cb29954f113b9c5f039cf78f19d02b047b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 15 Nov 2025 12:32:19 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/prompty-dumpty/README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/prompty-dumpty/README.md b/src/prompty-dumpty/README.md index 55dc1f9..0229e85 100644 --- a/src/prompty-dumpty/README.md +++ b/src/prompty-dumpty/README.md @@ -17,20 +17,7 @@ Installs prompty-dumpty CLI tool for managing prompty files |-----|-----|-----|-----| | version | Version of prompty-dumpty to install. Use 'latest' or a specific version like '0.6.2' | string | latest | -## Usage -After installation, the `dumpty` command will be available: - -```bash -dumpty --help -dumpty --version -``` - -## Notes - -This feature installs prompty-dumpty system-wide using pip3 with the `--break-system-packages` flag, which is appropriate for containerized development environments. Python 3 is assumed to be present in the base image. - -For more information about prompty-dumpty, visit: https://pypi.org/project/prompty-dumpty/ ---