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