forked from extern/nushell
8c0a2d3c15
* Finish updating * a couple improvements * Update renames * cleanup examples
17 lines
238 B
Markdown
17 lines
238 B
Markdown
---
|
|
title: split row
|
|
layout: command
|
|
version: 0.59.0
|
|
---
|
|
|
|
splits contents over multiple rows via the separator.
|
|
|
|
## Signature
|
|
|
|
```> split row (separator)```
|
|
|
|
## Parameters
|
|
|
|
- `separator`: the character that denotes what separates rows
|
|
|