I'm trying to run the JWasm binary inside a Dockerfile after compiling, as a sanity check that the compilation yielded a properly functioning executable. Since jwasm -? and jwasm -h return exit code 1, the build assumes failure.
I can handle that with a (somewhat ugly) workaround, but I don't think the help option should make JWasm exit with a non-zero exit code.
Also, it would be nice if there was a -v or -version option that would list only the first lines with version and copyright information. Basically the opposite of -q or -nologo. Also with a zero exit code.
Thanks!
I'm trying to run the JWasm binary inside a Dockerfile after compiling, as a sanity check that the compilation yielded a properly functioning executable. Since
jwasm -?andjwasm -hreturn exit code1, the build assumes failure.I can handle that with a (somewhat ugly) workaround, but I don't think the help option should make JWasm exit with a non-zero exit code.
Also, it would be nice if there was a
-vor-versionoption that would list only the first lines with version and copyright information. Basically the opposite of-qor-nologo. Also with a zero exit code.Thanks!