Closed lread closed 2 months ago
Hi, @seancorfield! I'm looking forward to your feedback on this one!
Thanks for the review @seancorfield! I've taken a shot at addressing your feedback. Lemme know if we need more tweaks.
Looks great, thank you!
Just realized these changes didn't make it into the changelog...
Oops, good point! See #100
Clj-watson now exits with an error when running without an nvd api key.
A stubborn user can opt to proceed without an nvd api key by specifying
--run-without-nvd-api-key
(or:run-without-nvd-api-key true
).In this case clj-watson will emit a warning to remind the user that they really should be using an nvd api key.
Update README on this topic. Also tweaked README here and there with some edits. Gave GitHub Markdown alerts a whirl: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts
Closes #67