Skip to content

Add variadic overloads for several commands

Nathan Harris requested to merge variadic-overloads into master

Motivation:

For ergonomics, users sometimes want to provide arguments as a variadic list rather than an array.

Modifications:

  • Add variadic overloads for almost all methods that accept lists of homogenous types

Result:

Users should have more flexibility in the way arguments are passed to command methods

Merge request reports