Skip to content

Commit

Permalink
Update custom_commands.md (#1696)
Browse files Browse the repository at this point in the history
typo: word doubling
  • Loading branch information
jesper-olsen authored Dec 22, 2024
1 parent 6e980c7 commit 34fbd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/custom_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ my-ls | get name
# => ╰───┴───────────────────────╯
```

This lets us easily build custom commands and process their output. Remember that that we don't use return statements like other languages. Instead, the [implicit return](#returning-values-from-a-command) allows us to build pipelines that output streams of data that can be connected to other pipelines.
This lets us easily build custom commands and process their output. Remember that we don't use return statements like other languages. Instead, the [implicit return](#returning-values-from-a-command) allows us to build pipelines that output streams of data that can be connected to other pipelines.

::: tip Note
The `ls` content is still streamed in this case, even though it is in a separate command. Running this command against a long-directory on a slow (e.g., networked) filesystem would return rows as they became available.
Expand Down

0 comments on commit 34fbd15

Please sign in to comment.