Skip to content

Commit

Permalink
remove 'output' command option that is already set in OC\Core\Command…
Browse files Browse the repository at this point in the history
…\base

Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Jan 19, 2024
1 parent 0be3065 commit 16210a3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lib/Command/UpsertProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,7 @@ protected function configure() {
->addOption('mapping-locality', null, InputOption::VALUE_OPTIONAL, 'Attribute mapping of the locality')
->addOption('mapping-region', null, InputOption::VALUE_OPTIONAL, 'Attribute mapping of the region')
->addOption('mapping-country', null, InputOption::VALUE_OPTIONAL, 'Attribute mapping of the country')
->addOption('mapping-groups', null, InputOption::VALUE_OPTIONAL, 'Attribute mapping of the groups')
->addOption(
'output',
null,
InputOption::VALUE_OPTIONAL,
'Output format (table, json or json_pretty)',
'table'
);
->addOption('mapping-groups', null, InputOption::VALUE_OPTIONAL, 'Attribute mapping of the groups');
parent::configure();
}

Expand Down

0 comments on commit 16210a3

Please sign in to comment.