v0.7.0
v0.7.0 Release notes
- Fixed the exit code
- When a module was not found the tmp file wasn't removed
- Added
--regex
support for module available. For example when you want to list all theR/x86_64/*
modules you can run:module av --regex ^R/x*
. Before thismodule av R
would output lots of modules you werent looking for