From 5b306897aa7259ded07492678cdf033c904d62fa Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 3 Apr 2019 03:17:00 -0400 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index 11bf95f..1099413 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -246,15 +246,15 @@ Resume the update process from a specific URL timestamp. Print the output in CSV format, with the specified columns, e.g. `--csv=timestamp,base_url,is_archived` -### `--json` +#### `--json` Print the output in JSON format (with all the link attributes included in the JSON output). -### `--filter=REGEX` +#### `--filter=REGEX` Print only URLs matching a specified regex, e.g. `--filter='.*github.com.*'` -### `--before=TIMESTAMP` / `--after=TIMESTAMP` +#### `--before=TIMESTAMP` / `--after=TIMESTAMP` Print only URLs before or after a given timestamp, e.g. `--before=1554263415.2` or `--after=1554260000`