forked from extern/nushell
Adding all-trim option (with format and all-flag) (#3696)
* adding changes for all-trim option * adding changes for the all-flag and format flag * renaming modules - clippy warning
This commit is contained in:
@ -103,8 +103,6 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
|
||||
whole_stream_command(StrContains),
|
||||
whole_stream_command(StrIndexOf),
|
||||
whole_stream_command(StrTrim),
|
||||
whole_stream_command(StrTrimLeft),
|
||||
whole_stream_command(StrTrimRight),
|
||||
whole_stream_command(StrStartsWith),
|
||||
whole_stream_command(StrEndsWith),
|
||||
whole_stream_command(StrCollect),
|
||||
|
Reference in New Issue
Block a user