We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8ea16 commit 97c120dCopy full SHA for 97c120d
1 file changed
PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility/Commands/ConvertJsonCommands.cs
@@ -30,7 +30,7 @@ public class ConvertToPSCompatibilityJsonCommand : PSCmdlet
30
/// If set, do not include whitespace like indentation or newlines in the output JSON.
31
/// </summary>
32
[Parameter]
33
- [Alias(new [] { "Compress" })]
+ [Alias("Compress")]
34
public SwitchParameter NoWhitespace { get; set; }
35
36
protected override void BeginProcessing()
0 commit comments