nushell/crates/nu-command
David Matos fd503fceaf
allow tables in ++ operator (#7051)
This PR closes #6916, which now allows table/table operations on the
`++` operator.
```
[[a b]; [1 2]] ++ [[a b]; [1 3]]
╭───┬───┬───╮
│ # │ a │ b │
├───┼───┼───┤
│ 0 │ 1 │ 2 │
│ 1 │ 1 │ 3 │
╰───┴───┴───╯
```
2022-12-01 00:21:59 +01:00
..
assets refactor html module (#5246) 2022-04-20 08:50:14 -05:00
proptest-regressions/format_conversions add tests, deal with pipes, newlines, tabs for to nuon (#6391) 2022-09-01 14:08:19 +02:00
src fix dfr datetime conversion (#7264) 2022-11-30 17:10:28 -06:00
tests allow tables in ++ operator (#7051) 2022-12-01 00:21:59 +01:00
build.rs Fix panic when building without git (#6289) 2022-08-10 10:31:12 -05:00
Cargo.toml bump to dev release v0.72.1 (#7281) 2022-11-30 16:06:22 -06:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00