Browse Source

Update man page

feature/refactor-php
Prabuddha Chakraborty 9 years ago
parent
commit
9ff9959e40
  1. 2
      php/EE_CLI/Dispatcher/RootCommand.php
  2. 11
      php/commands/site.php
  3. 2
      templates/man-params.mustache

2
php/EE_CLI/Dispatcher/RootCommand.php

@ -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.';
}

11
php/commands/site.php

@ -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.

2
templates/man-params.mustache

@ -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}}

Loading…
Cancel
Save