forked from extern/nushell
Port str substring command (#388)
* Port str substring command * Fix issue signaled by cargo fmt
This commit is contained in:
committed by
GitHub
parent
3916ac4165
commit
b8f1fea7fe
@ -147,6 +147,7 @@ pub fn create_default_context() -> EngineState {
|
||||
StrRpad,
|
||||
StrStartsWith,
|
||||
StrReverse,
|
||||
StrSubstring,
|
||||
Sys,
|
||||
Table,
|
||||
To,
|
||||
|
Reference in New Issue
Block a user