mirror of
https://github.com/nushell/nushell.git
synced 2025-07-02 15:40:38 +02:00
setting content type metadata on all core to *
commands (#13506)
# Description All core `to *` set content type pipeline metadata. # User-Facing Changes - For consistency, `from json` no longer sets the content type metadata # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib
This commit is contained in:
@ -72,7 +72,7 @@ pub fn check_example_input_and_output_types_match_command_signature(
|
||||
witnessed_type_transformations
|
||||
}
|
||||
|
||||
fn eval_pipeline_without_terminal_expression(
|
||||
pub fn eval_pipeline_without_terminal_expression(
|
||||
src: &str,
|
||||
cwd: &std::path::Path,
|
||||
engine_state: &mut Box<EngineState>,
|
||||
|
Reference in New Issue
Block a user