Skip to content
Snippets Groups Projects
Commit 4ab3c311 authored by Neil Pankey's avatar Neil Pankey
Browse files

yajsv: v1.3.0

parent adcf284a
Branches
Tags v1.3.0
No related merge requests found
Pipeline #157431 skipped
...@@ -21,7 +21,7 @@ import ( ...@@ -21,7 +21,7 @@ import (
) )
var ( var (
version = "undefined" version = "v1.3.0-dev"
schemaFlag = flag.String("s", "", "primary JSON schema to validate against, required") schemaFlag = flag.String("s", "", "primary JSON schema to validate against, required")
quietFlag = flag.Bool("q", false, "quiet, only print validation failures and errors") quietFlag = flag.Bool("q", false, "quiet, only print validation failures and errors")
versionFlag = flag.Bool("v", false, "print version and exit") versionFlag = flag.Bool("v", false, "print version and exit")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment