Sets the user inputs.
array $inputs An array of strings representing each input: passed to the command input stream
$this
public function setInputs(array $inputs) : static { $this->inputs = $inputs; return $this; }