Main::commands()
Add all LifterLMS CLI commands
Description Description
This includes a separate file so that commands can be included on their own when generating documentation.
Return Return
(void)
Source Source
File: libraries/lifterlms-cli/src/Main.php
public function commands() {
require_once LLMS_CLI_PLUGIN_DIR . 'src/commands.php';
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 0.0.1 | Introduced. |