forked from extern/nushell
Remove trim in favor of str trim (#2560)
This commit is contained in:
@ -138,7 +138,6 @@ pub fn create_default_context(
|
||||
whole_stream_command(SplitRow),
|
||||
whole_stream_command(SplitChars),
|
||||
whole_stream_command(Lines),
|
||||
whole_stream_command(Trim),
|
||||
whole_stream_command(Echo),
|
||||
whole_stream_command(Parse),
|
||||
whole_stream_command(Str),
|
||||
|
Reference in New Issue
Block a user