Sets a specific argument.
$this
public function setArgument(int|string $key, mixed $value) : static { $this->arguments[$key] = $value; return $this; }