1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Use exit code 1 for general errors, fix documentation

This commit is contained in:
koplas 2024-12-16 19:28:24 +01:00
parent df65ad13cb
commit bc5d149f74
2 changed files with 5 additions and 4 deletions

View file

@ -23,7 +23,7 @@ import (
)
const (
exitCodeSchemaInvalid = 1 << iota
exitCodeSchemaInvalid = 2 << iota
exitCodeNoRemoteValidator
exitCodeFailedRemoteValidation
exitCodeAllValid = 0