@@ -36,6 +36,15 @@ To get a list of all loaded modules, you can use the `list` option.
> module list
```
To check which actions would be taken with loading a specific module, you can use the `show` option
```sh
> module show foo
> module show foo/1.2.3
```
**Note:***The output will only list the dependent load operations for a specific package. If one of those packages is already loaded it will be omitted in the output.*
#### Searching modules
If you don't know how a specific module is called or a module is currently not visible to you and you want search for a software, you can use the `spider` option.