1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-29 22:41:11 +03:00

improve docs

This commit is contained in:
David Goodwin
2020-06-23 21:14:29 +01:00
parent e8f27969a3
commit d49de35189

View File

@ -146,7 +146,10 @@ class PostfixAdmin {
}
/**
* Dispatches a CLI request
* postfixadmin-cli admin view admin@example.com
* - Create AdminHandler.
* - and then a CliView object (Shell class)
* - call CliView->view() ... which under the covers uses AdminHandler*
*/
public function dispatch() {
check_db_version(); # ensure the database layout is up to date