We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a518fc commit fd125c9Copy full SHA for fd125c9
1 file changed
src/System.Management.Automation/engine/ExperimentalFeature/ExperimentalFeature.cs
@@ -125,7 +125,7 @@ static ExperimentalFeature()
125
name: "PSCoalescingOperators",
126
description: "Support the null coalescing operator and null coalescing assignment operator in PowerShell language"),
127
new ExperimentalFeature(
128
- name: "PSBashCommandOperators",
+ name: "PSPipelineChainOperators",
129
description: "Allow use of && and || as operators between pipeline invocations"),
130
};
131
EngineExperimentalFeatures = new ReadOnlyCollection<ExperimentalFeature>(engineFeatures);
0 commit comments