mirror of
https://github.com/nushell/nushell.git
synced 2025-05-07 00:12:58 +00:00
296 B
296 B
str capitalize
capitalizes text
Usage
> str capitalize ...args {flags}
Parameters
- ...args: optionally capitalize text by column paths
Flags
- -h, --help: Display this help message
Examples
Capitalize contents
> echo 'good day' | str capitalize