From 1d7056976a1b39d0427aef75e444192a69d920f8 Mon Sep 17 00:00:00 2001 From: MaineK00n Date: Sun, 26 Dec 2021 09:57:05 +0900 Subject: [PATCH] docs: add case for fetching specific years --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d8cf3f10..335bde93 100644 --- a/README.md +++ b/README.md @@ -264,14 +264,26 @@ Use "go-cve-dictionary fetch [command] --help" for more information about a comm ``` #### Fetch NVD data +- to fetch all years ```bash $ go-cve-dictionary fetch nvd ``` +- to fetch specific years +```bash +$ go-cve-dictionary fetch nvd 2021 +``` + #### Fetch JVN data +- to fetch all years ```bash $ go-cve-dictionary fetch jvn ``` + +- to fetch specific years +```bash +$ go-cve-dictionary fetch jvn 2021 +``` ---- ### Usage: Run HTTP Server