2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-30 22:03:35 +00:00
nushell/docs/commands/str-capitalize.md
JT bff81f24aa
Autogenerate missing docs ()
* Autogenerate missing docs

* Update ansi.md

* Rename question mark command docs

* Delete empty?.md
2021-05-30 12:57:04 +12:00

20 lines
296 B
Markdown

# str capitalize
capitalizes text
## Usage
```shell
> str capitalize ...args {flags}
```
## Parameters
* ...args: optionally capitalize text by column paths
## Flags
* -h, --help: Display this help message
## Examples
Capitalize contents
```shell
> echo 'good day' | str capitalize
```