forked from extern/nushell
port over the nth command from nushell (#454)
* port over the nth command from nushell * remove a line of redundant code * must sort the rows or else if the rows are not from low to high this crashes engine-q
This commit is contained in:
@ -113,6 +113,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Mkdir,
|
||||
Module,
|
||||
Mv,
|
||||
Nth,
|
||||
ParEach,
|
||||
Parse,
|
||||
Prepend,
|
||||
|
Reference in New Issue
Block a user