nushell/crates/nu-command
Reilly Wood 16b99ed0ba
Make ++ operator work with strings and binary values (#8017)
This PR makes `++` (the append operator) work with strings and binary
values. Can now do things like:

```bash
〉"a" ++ "b"
ab
〉0x[01 02] ++ 0x[03]
Length: 3 (0x3) bytes | printable whitespace ascii_other non_ascii
00000000:   01 02 03                                             •••
```

Closes #8015.
2023-02-10 07:52:10 +13: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 Filesystem commands print --verbose to stderr (#8014) 2023-02-09 10:29:34 -08:00
tests Make ++ operator work with strings and binary values (#8017) 2023-02-10 07:52:10 +13:00
build.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
Cargo.toml Bump ical from 0.7.0 to 0.8.0 (#7975) 2023-02-10 07:37:51 +13:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00