Files
go-task/taskfile/ast
Valentin Maerten 4d5f7337c1 feat: add command-level timeout support
Add a per-command `timeout` option that terminates a command once it
exceeds the given duration, preventing commands from hanging indefinitely
in a pipeline. Uses Go duration syntax (e.g. 30s, 5m, 1h30m) and applies
to both shell commands and task calls.

Closes #1569
2026-06-30 10:29:20 +02:00
..
2026-06-30 10:29:20 +02:00
2025-02-22 16:22:03 +00:00