Opal v0.7.1 Release Notes

Release Date: 2015-02-13 // about 9 years ago
    • CLI options -d and -v now set respectively $DEBUG and $VERBOSE
    • 🛠 Fixed a bug that would make the -v CLI option wait for STDIN input
    • ➕ Add the -E / --no-exit CLI option to skip implicit Kernel#exit call
    • Now the CLI implicitly calls Kernel#exit at the end of the script, thus making at_exit blocks be respected.