donmccurdy/glTF-Transform

CLI 'validate' command should use exit codes and stderr properly

Opened this issue · 0 comments

Changes proposed:

  • Return a non-zero exit code if validate command reports errors
  • Errors and warnings that are not part of the validation report (CSV, markdown, etc.) should be written to stderr

Related:

These features would require changes in the CLI framework used by the library, not a quick fix at the moment.