When usingDocumentation Index
Fetch the complete documentation index at: https://bun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bun.spawn(), the stdout of the child process can be consumed as a ReadableStream via proc.stdout.
To instead pipe the
stdout of the child process to stdout of the parent process, set “inherit”.
See Docs > API > Child processes for complete documentation.