1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-21 19:17:48 +01:00
nushell/docs/commands/str-upcase.md

21 lines
266 B
Markdown
Raw Normal View History

# str upcase
upcases text
## Usage
```shell
> str upcase ...args {flags}
```
## Parameters
* ...args: optionally upcase text by column paths
## Flags
* -h, --help: Display this help message
## Examples
Upcase contents
```shell
> echo 'nu' | str upcase
```