doc/Admin.md: add "listing modules"

This commit is contained in:
Pragmatic Software 2020-01-22 22:46:29 -08:00
parent f0c9ea3cb4
commit a9d7808e37
1 changed files with 7 additions and 0 deletions

View File

@ -37,6 +37,7 @@
* [Module management commands](#module-management-commands)
* [load](#load)
* [unload](#unload)
* [Listing modules](#listing-modules)
* [Plugin management commands](#plugin-management-commands)
* [plug](#plug)
* [unplug](#unplug)
@ -296,6 +297,12 @@ the module was loaded as.
Usage: `unload <keyword>`
### Listing modules
To list modules, use the `list modules` command. This is not an admin command, but
it is included here for completeness.
Usage: `list modules`
## Plugin management commands
### plug