From 2a6d40c4f9ee88c723e7fd306ad7fe0bc1b96c2c Mon Sep 17 00:00:00 2001 From: John Sirois Date: Sun, 12 Oct 2025 14:36:50 -0700 Subject: [PATCH] Fix discard_empty example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88e1de8..0ac7d06 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ absent from the command name, it evaluates to `--color=auto`. Re-visiting the `d example above, you might more usefully parameterize pytest debugging with: ```toml [tool.dev-cmd.commands] -pytest = ["python", "-m", "pytest", {discard_empty = "{-debug?--pdb:"}] +pytest = ["python", "-m", "pytest", {discard_empty = "{-debug?--pdb:}"}] ``` Instead of having to say `DEBUG=--pdb uv run dev-cmd pytest` you can say