Add echo command

This commit is contained in:
Jonathan Turner
2019-09-08 11:43:53 +12:00
parent 90b358d60b
commit 4cdaed1ad4
3 changed files with 75 additions and 0 deletions

View File

@ -210,6 +210,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
per_item_command(Open),
per_item_command(Post),
per_item_command(Where),
per_item_command(Echo),
whole_stream_command(Config),
whole_stream_command(SkipWhile),
per_item_command(Enter),