From 58246116b2e09c03202114ad5cb762033dbf785a Mon Sep 17 00:00:00 2001 From: gutmet Date: Wed, 21 Oct 2020 12:39:47 +0200 Subject: [PATCH] updated readme to recent commits --- Readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 48a19c0..53088fd 100644 --- a/Readme.md +++ b/Readme.md @@ -34,7 +34,7 @@ drivel mentions To get up to the last 200 tweets of @USER: ``` -drivel timeline [--with-replies] USER +drivel timeline USER ``` To like a tweet with a specific ID: @@ -58,7 +58,7 @@ drivel lookup TWEET_ID1 [TWEET_ID2 TWEET_ID3 ...] To wipe your timeline and likes (keepDays defaults to 10, can only reach back as far as the result of the timeline): ``` -drivel wipe [--keep-days=N] +drivel wipe ``` @@ -90,6 +90,8 @@ The results of the 'home' and 'mentions' commands can be filtered to exclude cer Each command (other than wipe) can use a go text template to format the printed results - pass a file name to '--template'. The template is executed with a slice of []Status. See types.go for available data fields and example.template for a minimalist example. +For more options consult 'drivel help COMMAND'. + final note ----------