Skip to content
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
7 changes: 4 additions & 3 deletions book/custom_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ In this case, the final expression is the `match` statement which can return:

- `null` if the directory is empty
- Otherwise, a `record` representing the randomly chosen file
:::
:::

## Custom Commands and Pipelines

Expand Down Expand Up @@ -485,7 +485,8 @@ The following [types](./types_of_data.html) can be used for parameter annotation
- `record`
- `string`
- `table`
:::

:::

### Flags

Expand Down Expand Up @@ -815,7 +816,7 @@ Input-Output signatures allow Nushell to catch two additional categories of erro
# => ╰────
```

:::
:::

## Documenting Your Command

Expand Down