1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-16 17:28:19 +02:00
nushell/crates/nu-parser
Lily Mara 762e528ec5
Support equals sign in shorthand environment variable values ()
Some environment variables, such as `RUST_LOG` include equals signs. Nushell
should support this in the shorthand environment variable syntax so that
developers using these variables can control them easily. We accomplish this by
swapping `std::str::split` for `std::str::splitn`, which ensures that we only
consider the first equals sign in the string instead of all of them, which we
did previously.

Closes 
2021-07-31 09:10:28 +12:00
..
src Support equals sign in shorthand environment variable values () 2021-07-31 09:10:28 +12:00
tests Only discard command comment if prev token was comment () 2021-06-17 14:11:05 +12:00
Cargo.toml Bump to 0.34.1 () 2021-07-25 22:58:33 +12:00