Skip to content

Commit b7be372

Browse files
authored
Merge pull request #14 from treehousetim/patch-1
Add an accessor function to options for bin
2 parents dedefa2 + 1ae785c commit b7be372

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Options.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ public function __construct(Colors $colors = null)
5858

5959
$this->options = array();
6060
}
61+
62+
/**
63+
* Gets the bin value
64+
*/
65+
public function getBin()
66+
{
67+
return $this->bin;
68+
}
6169

6270
/**
6371
* Sets the help text for the tool itself

0 commit comments

Comments
 (0)