0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02: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