@ -14,7 +14,7 @@ class RootCommand extends CompositeCommand {
public function __construct() {
$this->parent = false;
$this->name = 'wp';
$this->name = 'EE';
$this->shortdesc = 'Manage WordPress through the command-line.';
}
@ -49,17 +49,6 @@ class Site_Command extends EE_CLI_Command {
EE_CLI::success( 'Object deleted.' );
/**
* create site with domain name.
*
* <sitename>
* : Site domain name.
*[--wp]
* : Site type
*/
public function create( $args, $assoc_args ) {
EE_CLI::success( 'Object created.' );
* Display site information domain name.
@ -10,5 +10,5 @@
{{/parameters}}
{{#root_command}}
Run 'wp help <command>' to get more information on a specific command.
Run 'EE help <command>' to get more information on a specific command.
{{/root_command}}