Implement to-bson

This commit is contained in:
Patrick Meredith
2019-08-26 10:16:34 -04:00
parent e32291d0d7
commit 87a99bbabf
6 changed files with 296 additions and 1 deletions

View File

@ -162,6 +162,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
whole_stream_command(Reverse),
whole_stream_command(Trim),
whole_stream_command(ToArray),
whole_stream_command(ToBSON),
whole_stream_command(ToCSV),
whole_stream_command(ToJSON),
whole_stream_command(ToTOML),