Skip to content

Commit

Permalink
docs: add case for fetching specific years
Browse files Browse the repository at this point in the history
  • Loading branch information
MaineK00n committed Dec 28, 2021
1 parent 58799ba commit 1d70569
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d70569

Please sign in to comment.