mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
new command: into column_path (#4048)
This commit is contained in:
@ -138,6 +138,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
|
||||
whole_stream_command(Insert),
|
||||
whole_stream_command(Into),
|
||||
whole_stream_command(IntoBinary),
|
||||
whole_stream_command(IntoColumnPath),
|
||||
whole_stream_command(IntoInt),
|
||||
whole_stream_command(IntoFilepath),
|
||||
whole_stream_command(IntoFilesize),
|
||||
|
Reference in New Issue
Block a user