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.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: libraries/lifterlms-cli/src/Main.php

	public function commands() {
		require_once LLMS_CLI_PLUGIN_DIR . 'src/commands.php';
	}

Top ↑

Changelog Changelog

Changelog
Version Description
0.0.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.