Files
task/executor.go
Valentin Maerten 647052aaab wip: collect all required vars upfront before execution
- Add collectAllRequiredVars to traverse dep tree and find missing vars
- Add promptForAllVars to prompt for all vars at once
- Store prompted vars on Executor and inject into all RunTask calls
- Remove redundant GetTask call in collectAllRequiredVars
- Make SyncWriter conditional on TTY presence
2025-12-13 13:05:39 +01:00

14 KiB