Skip to content

Commit

Permalink
Added command name
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Jan 11, 2025
1 parent d661168 commit 23afa44
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ final class ExportRepositoryCommand extends Command

protected function configure(): void
{
$this->setDescription('Clones important things from a git repository to the output directory.')
$this->setName('export-repository')
->setDescription('Clones important things from a git repository to the output directory.')
->addOption('config', null, InputOption::VALUE_REQUIRED, 'The path to a config file.')
->addOption('output-file', null, InputOption::VALUE_REQUIRED, 'The filename of the output file.')
->addOption('dump-only', null, InputOption::VALUE_NONE, 'Dumps exported file into the console only.');
Expand Down

0 comments on commit 23afa44

Please sign in to comment.