mirror of
https://github.com/nushell/nushell
synced 2024-11-14 00:47:09 +00:00
73e8de9753
# Description Attempt to guess the content type of a file when opening with --raw and set it in the pipeline metadata. <img width="644" alt="Screenshot 2024-08-02 at 11 30 10" src="https://github.com/user-attachments/assets/071f0967-c4dd-405a-b8c8-f7aa073efa98"> # User-Facing Changes - Content of files can be directly piped into commands like `http post` with the content type set appropriately when using `--raw`. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
This crate provides utilities for testing of Nushell
Plugin authors should instead refer to nu-plugin-test-support
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.