forked from extern/nushell
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
23
docs/commands/str_upcase.md
Normal file
23
docs/commands/str_upcase.md
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
title: str upcase
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
upcases text
|
||||
|
||||
## Signature
|
||||
|
||||
```> str upcase ...rest```
|
||||
|
||||
## Parameters
|
||||
|
||||
- `...rest`: optionally upcase text by column paths
|
||||
|
||||
## Examples
|
||||
|
||||
Upcase contents
|
||||
```shell
|
||||
> 'nu' | str upcase
|
||||
```
|
||||
|
Reference in New Issue
Block a user