forked from extern/nushell
Port str reverse (#337)
Co-authored-by: Stefan Stanciulescu <contact@stefanstanciulescu.com>
This commit is contained in:
committed by
GitHub
parent
be827e5628
commit
50cbd16ec7
@ -115,6 +115,7 @@ pub fn create_default_context() -> EngineState {
|
||||
StrSnakeCase,
|
||||
StrLpad,
|
||||
StrRpad,
|
||||
StrReverse,
|
||||
Sys,
|
||||
Table,
|
||||
To,
|
||||
|
Reference in New Issue
Block a user