Skip to content

Link commands in lang-guide closure command list #1973

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions lang-guide/chapters/types/basic_types/closure.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,25 +87,25 @@ Closures are used in Nu extensively as parameters to iteration style commands li

## Common commands that can be used with a `closure`

- `all`
- `any`
- `collect`
- `do`
- `each`
- `explain`
- `filter`
- `group-by`
- `interleave`
- `items`
- `par-each`
- `reduce`
- `skip until`
- `skip while`
- `take until`
- `tee`
- `update`
- `upsert`
- `zip`
- [`all`](/commands/docs/all.md)
- [`any`](/commands/docs/any.md)
- [`collect`](/commands/docs/collect.md)
- [`do`](/commands/docs/do`.md)
- [`each`](/commands/docs/each.md)
- [`explain`](/commands/docs/explain.md)
- [`filter`](/commands/docs/filter.md)
- [`group-by`](/commands/docs/group.md)
- [`interleave`](/commands/docs/interleave.md)
- [`items`](/commands/docs/items.md)
- [`par-each`](/commands/docs/par.md)
- [`reduce`](/commands/docs/reduce.md)
- [`skip until`](/commands/docs/skip_until.md)
- [`skip while`](/commands/docs/skip_while.md)
- [`take until`](/commands/docs/take_until.md)
- [`tee`](/commands/docs/tee.md)
- [`update`](/commands/docs/update.md)
- [`upsert`](/commands/docs/upsert.md)
- [`zip`](/commands/docs/zip.md)

### Examples of using closures

Expand Down