JavaScriptPackageManagerAnnotation.CommandSeparator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the string used to separate individual commands in a command sequence, or null if one shouldn't be used.
Defaults to "--".
public string? CommandSeparator { get; init; }
member this.CommandSeparator : string with get, set
Public Property CommandSeparator As String