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:
Palash Ahuja
2021-06-27 10:42:15 -07:00
committed by GitHub
parent 8f39f4580a
commit c2f78aaf88
8 changed files with 863 additions and 433 deletions

View File

@ -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),