protected function execute(InputInterface $input, OutputInterface $output)
 {
     $this->quoptparse($input, $output, $this->guessShopSettings('.'), $input->getOption('accept_defaults'));
     $conf = new ConfigurationFile('pstaf.conf.json');
     $conf->update(['shop' => $this->getOptions()])->save();
 }