Skip to content

Commit 0df484a

Browse files
authored
internal nushell commands use structured data (#1686)
The "which" in the original sentence sounds like it is referring to the raw bytes.
1 parent ec9fac2 commit 0df484a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/stdout_stderr_exit_codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Unlike file redirections, pipe redirections do not apply to all commands inside
121121

122122
## Raw Streams
123123

124-
Both stdout and stderr are represented as "raw streams" inside of Nushell. These are streams of bytes rather than structured data, which are what internal Nushell commands use.
124+
Both stdout and stderr are represented as "raw streams" inside of Nushell. These are streams of bytes rather than the structured data used by internal Nushell commands.
125125

126126
Because streams of bytes can be difficult to work with, especially given how common it is to use output as if it was text data, Nushell attempts to convert raw streams into text data. This allows other commands to pull on the output of external commands and receive strings they can further process.
127127

0 commit comments

Comments
 (0)