Moved declaration of cli function to cliWorskpaces
This commit is contained in:
davidcallizaya
2017-02-22 12:12:22 -04:00
parent 5988543a68
commit 7a31896f2d
11 changed files with 636 additions and 440 deletions

View File

@@ -313,6 +313,21 @@ EOT
CLI::taskArg('workspace', true, true);
CLI::taskRun("run_migrate_self_service_value");
/**
* Complete the PRO_ID and USR_ID in the LIST_* tables.
*
* It calls the list_ids@cliListIds.php
*/
CLI::taskName('list-ids');
CLI::taskDescription(<<<EOT
Complete the PRO_ID and USR_ID in the LIST_* tables.
EOT
);
CLI::taskOpt("lang", "", "lLANG", "lang=LANG");
CLI::taskArg('workspace');
CLI::taskRun("cliListIds");
/*----------------------------------********---------------------------------*/
/**
* Function run_info
* access public