mirror of
https://github.com/envmodules/modules.git
synced 2026-06-14 00:42:43 +08:00
Add -f/--force command-line switches to by-pass dependency consistency in case of * load of a module conflicting with another loaded module * load of a module where its declared requirements cannot be loaded * unload of a module required by other loaded module These options are only useful for the load, unload and switch module sub-commands. When a dependency is actually by-passed, still produce a warning message to help user learn that something has effectively been forced. Warning messages will be improved later-on to let user better understand what happens Update shell completion scripts.