summaryrefslogtreecommitdiff
path: root/packages/cli/src/utils/readStdin.ts
AgeCommit message (Collapse)Author
2025-04-21Piped input (#104)Allen Hutchison
* New method for handling stdin. Bypass Ink, and output to stdout. Makes the CLI work like a typical Unix application when called with piped input. * Fixing a few post-merge errors. * Format code. * Clean up lint and format errors.