Skip to content

Commit 54942b7

Browse files
authored
Fix discard_empty example. (#10)
1 parent 30eef31 commit 54942b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ absent from the command name, it evaluates to `--color=auto`. Re-visiting the `d
171171
example above, you might more usefully parameterize pytest debugging with:
172172
```toml
173173
[tool.dev-cmd.commands]
174-
pytest = ["python", "-m", "pytest", {discard_empty = "{-debug?--pdb:"}]
174+
pytest = ["python", "-m", "pytest", {discard_empty = "{-debug?--pdb:}"}]
175175
```
176176

177177
Instead of having to say `DEBUG=--pdb uv run dev-cmd pytest` you can say

0 commit comments

Comments
 (0)