mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 03:34:58 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
23
docs/commands/zip.md
Normal file
23
docs/commands/zip.md
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
title: zip
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
Combine a stream with the input
|
||||
|
||||
## Signature
|
||||
|
||||
```> zip (other)```
|
||||
|
||||
## Parameters
|
||||
|
||||
- `other`: the other input
|
||||
|
||||
## Examples
|
||||
|
||||
Zip multiple streams and get one of the results
|
||||
```shell
|
||||
> 1..3 | zip 4..6
|
||||
```
|
||||
|
Reference in New Issue
Block a user