add last command

This commit is contained in:
Issac Trotts
2019-08-24 11:32:48 -07:00
parent af2439e880
commit 108f66941b
4 changed files with 64 additions and 1 deletions

View File

@ -168,6 +168,8 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
whole_stream_command(SortBy),
whole_stream_command(Tags),
whole_stream_command(First),
whole_stream_command(Last),
whole_stream_command(FromArray),
whole_stream_command(FromArray),
whole_stream_command(FromCSV),
whole_stream_command(FromINI),