clj exits with 0 (success) status code when rlwrap is missing
Description
When running {clj} in an environment where {rlwrap} is not installed it exits with status code 0 without actually running anything. This is confusing and especially surprising to learn when {clj} is accidentally used in an environment like CI where this behavior may result in false positive CI passes.
When running {clj} in an environment where {rlwrap} is not installed it exits with status code 0 without actually running anything. This is confusing and especially surprising to learn when {clj} is accidentally used in an environment like CI where this behavior may result in false positive CI passes.