Closed LaurentDardenne closed 2 years ago
thanks for finding this! would you like to submit a PR and i can do a release?
would you like to submit a PR
Yes, that said I rewrote the Action around a module
In a few hours I will post a summary, from there you will tell me if you want to use this version or not.
awesome, thank you!
Fixed in Vnext.
Action parameters of boolean type are not correctly typed :
This causes erroneous behavior.
When fixed, setting Force to $False raises an exception :
According to the message the -Force parameter of Save-Module should still be present but no longer be used in the action parameters, because if the parameter is false the requested path is not created if it does not exist. And the documentation for this setting on MS Doc seems wrong.