public function completeArgumentValues($argumentName, CompletionContext
$context) { return [];
} /**
* {@inheritdoc}
*/
protected function configure() { parent::
addConfigureShopwareVersion();
$this ->
setName('sw:store:list:updates'
) ->
setDescription('Lists updates for installed plugins.'
) ;
} /**
* {@inheritdoc}
*/
protected function execute(InputInterface
$input, OutputInterface
$output) {