Skip to content

Commit

Permalink
Clear rule argument dict
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Holt committed Mar 5, 2019
1 parent 80920b3 commit 51d5ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Engine/Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public Helper(CommandInvocationIntrinsics invokeCommand) : this()
/// </summary>
public void Initialize()
{
_ruleArguments.Clear();
_aliasToCmdletDictionary.Clear();
_cmdletToAliasDictionary.Clear();
_keywordBlockDictionary.Clear();
Expand Down

0 comments on commit 51d5ee6

Please sign in to comment.