Closed bjompen closed 2 years ago
Today we scan repos recursively. In order to create the console plugin we need to change this behaviour to be recursive on request.
There are two options on how to this:
-Recurse
The correct PowerShell model would be to define this parameter as a [Switch]. If you want to recurse by default, then change the parameter to -NoRecurse.
[Switch]
-NoRecurse
Today we scan repos recursively. In order to create the console plugin we need to change this behaviour to be recursive on request.
There are two options on how to this:
-Recurse
is a switch parameter-Recurse
is a bool parameter