Skip to content

Commit cb17e47

Browse files
committed
4565: Fixed merge
1 parent e72a9f6 commit cb17e47

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Command/Utils/ConvertConfigJsonToEnvCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414

1515
#[AsCommand(
1616
name: 'app:utils:convert-config-json-to-env',
17-
description: 'Converts a config json (admin/client) from 2.x to .env variables used in 3.x',
1817
description: 'Converts a config json file (admin/client) from 2.x to .env variables used in 3.x',
1918
)]
2019
class ConvertConfigJsonToEnvCommand extends Command
2120
{
2221
protected function configure(): void
2322
{
24-
$this->addArgument('filepath', InputArgument::REQUIRED, 'Path to the file to convert');
2523
$this->addArgument('filepath', InputArgument::REQUIRED, 'Path to the file or URL to convert');
2624
$this->addOption('type', 't', InputOption::VALUE_REQUIRED, 'Type of the config (admin or client).', null, ['admin', 'client']);
2725
}

0 commit comments

Comments
 (0)