mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 09:38:22 +02:00
* feat: update #4455, regenerate commands' docs * chore: update make_docs script
This commit is contained in:
@ -27,4 +27,3 @@ A sliding window of two elements, with a stride of 3
|
||||
```shell
|
||||
> [1, 2, 3, 4, 5, 6, 7, 8] | each window 2 --stride 3 { |x| $x.0 + $x.1 }
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user