mirror of
https://github.com/nushell/nushell.git
synced 2025-08-23 13:30:40 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
19
docs/commands/dfr_to-lowercase.md
Normal file
19
docs/commands/dfr_to-lowercase.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: dfr to-lowercase
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
Lowercase the strings in the column
|
||||
|
||||
## Signature
|
||||
|
||||
```> dfr to-lowercase ```
|
||||
|
||||
## Examples
|
||||
|
||||
Modifies strings to lowercase
|
||||
```shell
|
||||
> [Abc aBc abC] | dfr to-df | dfr to-lowercase
|
||||
```
|
||||
|
Reference in New Issue
Block a user