Skip to content

Commit 784e2f6

Browse files
committed
Add getStyle() back to CliMenuBuilder
1 parent ab3b294 commit 784e2f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Builder/CliMenuBuilder.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,11 @@ public function setBorderColour(string $colour, $fallback = null) : self
351351
return $this;
352352
}
353353

354+
public function getStyle() : MenuStyle
355+
{
356+
return $this->style;
357+
}
358+
354359
public function getTerminal() : Terminal
355360
{
356361
return $this->terminal;

0 commit comments

Comments
 (0)