port the filter command range from nushell

This commit is contained in:
Michael Angerman
2021-10-30 10:51:20 -07:00
parent a160d480b1
commit da515b1c9d
3 changed files with 130 additions and 0 deletions

View File

@ -58,6 +58,7 @@ pub fn create_default_context() -> EngineState {
Mv,
ParEach,
Ps,
Range,
Rm,
Select,
Size,