nushell/crates/nu-command
J-Kappes 5ee74b6ab5
fix input --until-bytes: now stops at any of given bytes (#10235)
- this PR should close #10197

# Description
`input --bytes-until` takes a string but used to only terminate on the
first byte of that string. Now it checks for each byte in the string.

# User-Facing Changes
all of the above. No change in documentation needed. New behavior
arguably fits better.

# Tests + Formatting
don't know how to test input
2023-09-15 06:55:37 -05:00
..
src fix input --until-bytes: now stops at any of given bytes (#10235) 2023-09-15 06:55:37 -05:00
tests fix 'let' to properly redirect (#10360) 2023-09-14 10:18:29 +12:00
Cargo.toml Bump calamine and fix clippy (#10314) 2023-09-11 12:39:52 +02:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00