string $input A string representing the parameters from the CLI:
Overrides ArgvInput::__construct
public function __construct(string $input) { parent::__construct([]); $this->setTokens($this->tokenize($input)); }