nushell/crates/nu-command
Stefan Holderbach 17f8ad7210
Use explicit in/out list types for vectorized commands (#9742)
# Description
All commands that declared `.vectorizes_over_list(true)` now also
explicitly declare the list form of their scalar types.

- Explicit in/out list signatures for nu-command
- Explicit in/out list signatures for nu-cmd-extra
- Add comments about cellpath behavior that is still unresolved


# User-Facing Changes
Our type signatures will now be more explicit about which commands
support vectorization over lists.
On the downside this is a bit more verbose and less systematic.
2023-07-23 20:46:53 +02:00
..
src Use explicit in/out list types for vectorized commands (#9742) 2023-07-23 20:46:53 +02:00
tests add table -> table to into datetime (#9775) 2023-07-23 20:14:51 +02:00
Cargo.toml str-expand: new capability, empty collection item (#9750) 2023-07-20 18:51:25 -05:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00