Merge pull request #421 from ramonsnir/reverse

add reverse
This commit is contained in:
Jonathan Turner
2019-08-26 05:41:07 +12:00
committed by GitHub
4 changed files with 52 additions and 0 deletions

View File

@ -159,6 +159,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
whole_stream_command(SplitRow),
whole_stream_command(Lines),
whole_stream_command(Reject),
whole_stream_command(Reverse),
whole_stream_command(Trim),
whole_stream_command(ToArray),
whole_stream_command(ToCSV),