Replies: 1 comment
-
|
Yes — my feeling is that the CLI should return a non-zero status code if the validation process identifies errors. The dependency currently handling the CLI interface doesn't appear to provide a good way to do this, but I'll track the goal in a new issue. Related: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
gltf-transform validateappears to return 0 as error code even if the input asset contains errors. Would it make sense to treat presence of validation errors as an error of the command as well? I expected this because that's the behavior of official glTF Validator binary so I got used to it in shell scripts.Beta Was this translation helpful? Give feedback.
All reactions