mirror of
https://github.com/nushell/nushell.git
synced 2025-07-07 10:01:26 +02:00
Finish removing profile
command and related data (#10807)
This commit is contained in:
@ -266,9 +266,9 @@ impl Command for Ls {
|
||||
_ => Some(Value::nothing(call_span)),
|
||||
})
|
||||
.into_pipeline_data_with_metadata(
|
||||
Box::new(PipelineMetadata {
|
||||
PipelineMetadata {
|
||||
data_source: DataSource::Ls,
|
||||
}),
|
||||
},
|
||||
engine_state.ctrlc.clone(),
|
||||
))
|
||||
}
|
||||
|
Reference in New Issue
Block a user