mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 17:03:45 +01:00
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