forked from extern/nushell
each while command (#5771)
* each while command * test value adjustment
This commit is contained in:
@ -84,6 +84,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
DropColumn,
|
||||
DropNth,
|
||||
Each,
|
||||
EachWhile,
|
||||
Empty,
|
||||
Every,
|
||||
Find,
|
||||
|
Reference in New Issue
Block a user