mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 16:44:54 +02:00
add iter
module to standard library (#8899)
# Description this pr introduces an `iter` module to the standard library. the module is aimed at extending the filter commands.
This commit is contained in:
@ -5,6 +5,7 @@ export-env {
|
||||
use dirs *
|
||||
}
|
||||
export use help *
|
||||
export use iter *
|
||||
export use log *
|
||||
export use testing *
|
||||
export use xml *
|
||||
|
Reference in New Issue
Block a user