Skip to content

Commit c28b62d

Browse files
committed
[style] Keep single-option command setup compact (#185)
1 parent 7ca18de commit c28b62d

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/Console/Command/AgentsCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public function __construct(
6363
protected function configure(): void
6464
{
6565
$this->setHelp('This command ensures the consumer repository contains linked Fast Forward project agents by creating symlinks to the packaged prompts and removing broken links.');
66-
6766
$this->addJsonOption();
6867
}
6968

src/Console/Command/SkillsCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public function __construct(
8080
protected function configure(): void
8181
{
8282
$this->setHelp('This command ensures the consumer repository contains linked Fast Forward skills by creating symlinks to the packaged skills and removing broken links.');
83-
8483
$this->addJsonOption();
8584
}
8685

0 commit comments

Comments
 (0)