Skip to content

Conversation

@kzrnm
Copy link
Contributor

@kzrnm kzrnm commented Dec 30, 2025

Standard task options

Move the definitions of several options into definitions.

https://poethepoet.natn.io/tasks/options.html

incompatibility between use_exec and capture_stdout

Add support for the incompatibility between use_exec and capture_stdout.

# valid
[tool.poe.tasks.test-quick]
cmd = "echo 1"
use_exec = false
capture_stdout = "result.txt"
# invalid
[tool.poe.tasks.test-quick]
cmd = "echo 1"
use_exec = true
capture_stdout = "result.txt"

verbosity

Add task level verbosity.

[tool.poe]
verbosity = 1 # exists

[tool.poe.tasks.test-quick]
cmd = "echo 1"
verbosity = 2 # new

help is not null

[tool.poe.tasks.test-quick]
cmd = "echo 1"
help = "Any message"

parallel tasks

Add parallel tasks

https://poethepoet.natn.io/tasks/task_types/parallel.html

@github-actions
Copy link
Contributor

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

@hyperupcall
Copy link
Member

Thanks

@hyperupcall hyperupcall merged commit 97691c7 into SchemaStore:master Jan 1, 2026
6 checks passed
@kzrnm kzrnm deleted the pyproject-poe branch January 1, 2026 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants