2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 13:38:41 +00:00
nushell/tests
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
..
assets/nu_json Preserve order when serializing/deserialize json by default. () 2021-03-04 01:35:13 -05:00
fixtures add performance metrics for measuring startup time () 2021-07-29 18:52:40 -05:00
plugins Remove it expansion () 2020-10-26 19:55:52 +13:00
shell Support equals sign in shorthand environment variable values () 2021-07-31 09:10:28 +12:00
main.rs Move most of the root package into a subcrate. () 2020-03-04 13:58:20 -05:00