We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
version
1 parent 2f9b9f3 commit 253bb4eCopy full SHA for 253bb4e
1 file changed
yaml2json.go
@@ -21,7 +21,7 @@ func main() {
21
22
if *showVersion {
23
fmt.Printf("yaml2json\n url: %s\n version: %s\n", url, version)
24
- os.Exit(2)
+ os.Exit(0)
25
}
26
27
input, err := readInput()
0 commit comments