Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ function schemaSpecOption(): void {
options:
--spec= JSON schema specification to use
draft7 JSON Schema draft-07 (default)
draft2019 JSON Schema draft-2019-09`)
draft2019 JSON Schema draft-2019-09
draft2020 JSON Schema draft-2020-12
jtd JSON Type Definition`)
}

function helpValidate(): void {
Expand Down