Commit version 24.12.13800
This commit is contained in:
@ -19,9 +19,9 @@ use cli\Arguments;
|
||||
*/
|
||||
class HelpScreen {
|
||||
protected $_flags = array();
|
||||
protected $_maxFlag = 0;
|
||||
protected $_flagMax = 0;
|
||||
protected $_options = array();
|
||||
protected $_maxOption = 0;
|
||||
protected $_optionMax = 0;
|
||||
|
||||
public function __construct(Arguments $arguments) {
|
||||
$this->setArguments($arguments);
|
||||
|
Reference in New Issue
Block a user