Skip to content

Commit 51d5ee6

Browse files
author
Robert Holt
committed
Clear rule argument dict
1 parent 80920b3 commit 51d5ee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Engine/Helper.cs

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ public Helper(CommandInvocationIntrinsics invokeCommand) : this()
140140
/// </summary>
141141
public void Initialize()
142142
{
143+
_ruleArguments.Clear();
143144
_aliasToCmdletDictionary.Clear();
144145
_cmdletToAliasDictionary.Clear();
145146
_keywordBlockDictionary.Clear();

0 commit comments

Comments
 (0)