mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-22 12:12:18 -05:00
Each prompt created its own bufio.Reader over os.Stdin. The first reader buffers ahead, so with piped input the later readers hit EOF because the remaining lines were already sitting in the first reader's buffer.