Changes done for PhpDoc
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
*
|
||||
* @author Alexandre Rosenfeld <alexandre@colosa.com>
|
||||
* @package workflow-engine-bin-tasks
|
||||
**/
|
||||
*/
|
||||
|
||||
CLI::taskName('info');
|
||||
CLI::taskDescription(<<<EOT
|
||||
@@ -145,6 +145,10 @@ EOT
|
||||
CLI::taskArg('workspace-name', true, true);
|
||||
CLI::taskRun(run_translation_upgrade);
|
||||
|
||||
/**
|
||||
* Function run_info
|
||||
* access public
|
||||
*/
|
||||
function run_info($args, $opts) {
|
||||
$workspaces = get_workspaces_from_args($args, false);
|
||||
workspaceTools::printSysInfo();
|
||||
@@ -360,4 +364,4 @@ function run_workspace_restore($args, $opts) {
|
||||
workspaceTools::restore($args[0], $args[1]);
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user