We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893436a commit 18bab20Copy full SHA for 18bab20
src/Public/Commands/TracePipelineObjectCommand.cs
@@ -28,7 +28,7 @@ public sealed class TracePipelineObjectCommand : PSCmdlet
28
/// <summary>
29
/// The object from pipeline.
30
/// </summary>
31
- [Parameter(Mandatory = true, Position = 0, ValueFromPipeline = true)]
+ [Parameter(Position = 0, ValueFromPipeline = true)]
32
public object InputObject { get; set; }
33
34
private static PowerShell s_pwsh;
0 commit comments