Skip to content

Commit

Permalink
Add the command method
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-kozhevnikov committed Nov 17, 2023
1 parent b3ab20b commit 11f3881
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Commands/Feature/Swap.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
#[Aliases('git:feature:switch')]
class Swap extends BaseCommand
{
/**
* @inheritDoc
*/
protected function command(): string|array
{
return "git switch $this->branch";
}

/**
* @inheritDoc
*/
Expand Down

0 comments on commit 11f3881

Please sign in to comment.