forked from extern/nushell
Port str capitalize (#317)
* Port str capitalize command * Keep consistent naming for str commands Co-authored-by: Stefan Stanciulescu <contact@stefanstanciulescu.com>
This commit is contained in:
committed by
GitHub
parent
e1468c0440
commit
ef20b5f1ef
@ -95,6 +95,7 @@ pub fn create_default_context() -> EngineState {
|
||||
SplitRow,
|
||||
Str,
|
||||
StrCamelCase,
|
||||
StrCapitalize,
|
||||
StrCollect,
|
||||
StrKebabCase,
|
||||
StrPascalCase,
|
||||
|
Reference in New Issue
Block a user