Should the verb be `Update` instead of `Add`? We aren't adding a new variable, we are appending/prepending values to an existing variable. Also, should the parameter be `-Separator` or `-Delimiter`? **Delimiter** is used in the CSV cmdlets.
Should the verb be
Updateinstead ofAdd? We aren't adding a new variable, we are appending/prepending values to an existing variable.Also, should the parameter be
-Separatoror-Delimiter? Delimiter is used in the CSV cmdlets.