mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 04:48:47 +00:00
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
278 B
278 B
str downcase
downcases text
Usage
> str downcase ...args {flags}
Parameters
- ...args: optionally downcase text by column paths
Flags
- -h, --help: Display this help message
Examples
Downcase contents
> echo 'NU' | str downcase