File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
lang-guide/chapters/types/basic_types Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -87,25 +87,25 @@ Closures are used in Nu extensively as parameters to iteration style commands li
87
87
88
88
## Common commands that can be used with a ` closure `
89
89
90
- - ` all `
91
- - ` any `
92
- - ` collect `
93
- - ` do `
94
- - ` each `
95
- - ` explain `
96
- - ` filter `
97
- - ` group-by `
98
- - ` interleave `
99
- - ` items `
100
- - ` par-each `
101
- - ` reduce `
102
- - ` skip until `
103
- - ` skip while `
104
- - ` take until `
105
- - ` tee `
106
- - ` update `
107
- - ` upsert `
108
- - ` zip `
90
+ - [ ` all ` ] ( /commands/docs/all.md )
91
+ - [ ` any ` ] ( /commands/docs/any.md )
92
+ - [ ` collect ` ] ( /commands/docs/collect.md )
93
+ - [ ` do ` ] ( /commands/docs/do`.md )
94
+ - [ ` each ` ] ( /commands/docs/each.md )
95
+ - [ ` explain ` ] ( /commands/docs/explain.md )
96
+ - [ ` filter ` ] ( /commands/docs/filter.md )
97
+ - [ ` group-by ` ] ( /commands/docs/group.md )
98
+ - [ ` interleave ` ] ( /commands/docs/interleave.md )
99
+ - [ ` items ` ] ( /commands/docs/items.md )
100
+ - [ ` par-each ` ] ( /commands/docs/par.md )
101
+ - [ ` reduce ` ] ( /commands/docs/reduce.md )
102
+ - [ ` skip until ` ] ( /commands/docs/skip_until.md )
103
+ - [ ` skip while ` ] ( /commands/docs/skip_while.md )
104
+ - [ ` take until ` ] ( /commands/docs/take_until.md )
105
+ - [ ` tee ` ] ( /commands/docs/tee.md )
106
+ - [ ` update ` ] ( /commands/docs/update.md )
107
+ - [ ` upsert ` ] ( /commands/docs/upsert.md )
108
+ - [ ` zip ` ] ( /commands/docs/zip.md )
109
109
110
110
### Examples of using closures
111
111
You can’t perform that action at this time.
0 commit comments