forked from extern/nushell
bff81f24aa
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
336 B
336 B
str pascal-case
converts a string to PascalCase
Usage
> str pascal-case ...args {flags}
Parameters
- ...args: optionally convert text to PascalCase by column paths
Flags
- -h, --help: Display this help message
Examples
convert a string to PascalCase
> echo 'nu-shell' | str pascal-case