Closed pveentjer closed 1 month ago
When an unknown argument is passed to cppbuild, the exitcode is 0. Making it difficult to determine if the build was a success or a failure (especially if the cppbuild is part of a another script).
This PR changes that by setting the exitcode to 1.
When an unknown argument is passed to cppbuild, the exitcode is 0. Making it difficult to determine if the build was a success or a failure (especially if the cppbuild is part of a another script).
This PR changes that by setting the exitcode to 1.