Class NonMessageExitStatus

java.lang.Object
gov.nist.secauto.metaschema.cli.processor.AbstractExitStatus
gov.nist.secauto.metaschema.cli.processor.NonMessageExitStatus
All Implemented Interfaces:
ExitStatus

An ExitStatus implementation that represents a status without an associated message.

This implementation is useful when only the exit code needs to be communicated, without additional context or explanation.