forked from extern/nushell
Port keep
, keep while
and keep until
commands (#384)
* Add `KeepUntil` sub-command * Add `KeepWhile` sub-command * Add `Keep` command * Fix error type
This commit is contained in:
@ -55,6 +55,9 @@ pub fn create_default_context() -> EngineState {
|
||||
Each,
|
||||
First,
|
||||
Get,
|
||||
Keep,
|
||||
KeepUntil,
|
||||
KeepWhile,
|
||||
Last,
|
||||
Length,
|
||||
Lines,
|
||||
|
Reference in New Issue
Block a user