-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(stdin): Support piping in files
There is just enough overlap between how people expect paths and strings to be used, I felt we couldn't just have an `IntoStdIn`. Long term, we should consider streaming the content from file / reader to stdin. Fixes #24 BREAKING CHANGE: `with_stdin(buffer)` is now `with_stdin().buffer(buffer)`.
- Loading branch information
Showing
1 changed file
with
68 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters