Beispiel #1
0
 protected function __construct()
 {
     $command = new PS_CLI_Command('seo', 'Manage SEO & URL');
     $command->AddOpt('list-metas', 'List metas tags', false)->addOpt('show-status', 'Show configuration', false)->addOpt('base-uri', 'Set shop base URI', false, 'string');
     $this->register_command($command);
 }