nushell/crates/nu-command
Sygmei 71611dec4f
feat: added items command for Records (#8640)
# Description

This PR adds an `items` command which allows the user to iterate over
both `columns` and `values` of a `Record<>` type at the same time.


![image](https://user-images.githubusercontent.com/3835355/227976277-c9badbb2-2e31-4243-8d00-7e28f2289587.png)

# User-Facing Changes

No breaking changes, only a new `items` command.

# Formatting

- `cargo fmt --all -- --check` 👌 
- `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used -A
clippy::needless_collect` 👌
- `cargo test --workspace` 👌
2023-04-14 14:42:33 -05:00
..
assets refactor html module (#5246) 2022-04-20 08:50:14 -05:00
src feat: added items command for Records (#8640) 2023-04-14 14:42:33 -05:00
tests Revert numberlike parsing restriction (#8845) 2023-04-12 05:21:31 +12:00
Cargo.toml Pick up fix in dtparse for nanosec truncation noted at bottom of #8337 (#8805) 2023-04-14 07:24:46 -05:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00