mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 05:33:59 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
24
docs/commands/dfr_str-slice.md
Normal file
24
docs/commands/dfr_str-slice.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
title: dfr str-slice
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
Slices the string from the start position until the selected length
|
||||
|
||||
## Signature
|
||||
|
||||
```> dfr str-slice (start) --length```
|
||||
|
||||
## Parameters
|
||||
|
||||
- `start`: start of slice
|
||||
- `--length {int}`: optional length
|
||||
|
||||
## Examples
|
||||
|
||||
Creates slices from the strings
|
||||
```shell
|
||||
> [abcded abc321 abc123] | dfr to-df | dfr str-slice 1 -l 2
|
||||
```
|
||||
|
Reference in New Issue
Block a user