mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
9e667cc879
# Description
<!--
Thank you for improving Nushell. Please, check our [contributing
guide](../CONTRIBUTING.md) and talk to the core team before making major
changes.
Description of your pull request goes here. **Provide examples and/or
screenshots** if your changes affect the user experience.
-->
Add "os record" support.
# User-Facing Changes
<!-- List of all changes that impact the user experience here. This
helps us keep track of breaking changes. -->
This don't change how path add works but just adds support for "os
records" aka records whose key are at least one of:
- linux
- macos
- windows
Check the
[test](
|
||
---|---|---|
.. | ||
test_asserts.nu | ||
test_dirs.nu | ||
test_iter.nu | ||
test_logger.nu | ||
test_setup_teardown.nu | ||
test_std.nu | ||
test_xml.nu |