diff --git a/src/Commands/Feature/Swap.php b/src/Commands/Feature/Swap.php index f17e5b4..6c8fef4 100644 --- a/src/Commands/Feature/Swap.php +++ b/src/Commands/Feature/Swap.php @@ -14,6 +14,14 @@ #[Aliases('git:feature:switch')] class Swap extends BaseCommand { + /** + * @inheritDoc + */ + protected function command(): string|array + { + return "git switch $this->branch"; + } + /** * @inheritDoc */