Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Add missing -WhatIf parameter and rename $g_debugFlag to $WhatIf #10

Conversation

leojonathanoh
Copy link
Member

@leojonathanoh leojonathanoh commented May 21, 2021

Previously it was not possible to specify the -d on the command line.

So we add a -WhatIf parameter. We cannot call it -Debug, since -Debug is reserved for CmdletBinding(). -WhatIf implies -Verbose.

@leojonathanoh leojonathanoh self-assigned this May 21, 2021
@leojonathanoh leojonathanoh added this to the v1.3.0 milestone May 21, 2021
@leojonathanoh leojonathanoh force-pushed the enhancement/add-missing-whatif-parameter-and-rename-g-debugflag-to-whatif branch from 13476b8 to 38120db Compare May 21, 2021 13:42
…name $g_debugFlag to $WhatIf

Previously it was not possible to specify the -d on the command line.

So we add a -WhatIf parameter. We cannot call it -Debug, since -Debug is reserved for CmdletBinding(). -WhatIf implies -Verbose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant