Example #1
0
 public function create_schema()
 {
     $this->_cli = Garden\Cli\Cli::Create()->command('*')->opt('shopid', 'Specify target shop for multistore installs', false, 'integer')->opt('groupid', 'Specify the target group id in multistore installs', false, 'integer')->opt('verbose', 'Enable verbose mode', false)->opt('lang', 'Set PrestaShop context language to use', false)->opt('global', 'Apply to all shops in multistore context', false)->opt('allow-root', 'Allow running as root user (not recommanded)', false)->opt('porcelain', 'Give porcelain output for scripting', false)->opt('path', 'Specify PrestaShop install path', false);
 }