Update spider authored by Marc-André Hermanns's avatar Marc-André Hermanns
...@@ -37,7 +37,8 @@ To get a list of all loaded modules, you can use the `list` option. ...@@ -37,7 +37,8 @@ To get a list of all loaded modules, you can use the `list` option.
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. 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.
```sh ```sh
> module spider > module spider foo
> module spider foo/1.2.3
``` ```
**Note:** *Searching for a module with `spider` is case in-sensitive and also returns partial matches (the search argument is part of an existing module). Further note that `spider` searches in the module name and the description.* **Note:** *Searching for a module with `spider` is case in-sensitive and also returns partial matches (the search argument is part of an existing module). Further note that `spider` searches in the module name and the description.*
... ...
......