add reverse

This commit is contained in:
Ramon Snir
2019-08-25 12:14:17 -04:00
parent dd74657385
commit 9735c3fcea
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),