Add the new pipe usage for Command:stdin()
, Command:stdout()
, and Command:stderr()
#73
Labels
Command:stdin()
, Command:stdout()
, and Command:stderr()
#73
Add the new pipe usage for
Command:stdin()
,Command:stdout()
, andCommand:stderr()
to https://yazi-rs.github.io/docs/plugins/utils#commandThe new stdin/stdout/stderr methods will accept the piped stdin, stdout, or stderr of another process. We need to show this in the documentation. Here’s a good example: sxyazi/yazi#1033
It would also be good to include usage instructions for the new
take_stdin
,take_stdout
, andtake_stderr
methods forChild
.The text was updated successfully, but these errors were encountered: