2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-30 22:03:35 +00:00
Commit graph

3 commits

Author SHA1 Message Date
Hofer-Julian
ff6c0fcb81
Add long options for filters () 2023-10-08 13:12:46 +02:00
Astrick
a86f34d0ad
Add zip-into-record to std iter ()
# Description
Adds a new iter feature `zip-into-record` ()

# User-Facing Changes
User can use `[1 2] | iter zip-into-record [3 4]` to create a table `[[1
2]; [3 4]]`

# Tests + Formatting

I noticed trailing spaces in std library that may wish to be cleaned in
the future.

Co-authored-by: amtoine <stevan.antoine@gmail.com>
2023-06-10 20:15:30 +02:00
Jakub Žádník
74724dee80
Add virtual path abstraction layer () 2023-05-23 23:48:50 +03:00
Renamed from crates/nu-std/lib/iter.nu (Browse further)