You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.2.0 is giving me a lint error on $PSCmdlet.ShouldContinue that a Boolean Force parameter is required. My cmdlet defines a [switch] parameter named $Force, which is actually the recommended way (does not require an argument).