We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Variable analyzes should know about the ability to set functions as a variable and about special type of functions like prompt.
Here is an example usage: https://github.com/vors/ZLocation/blob/808da1369ddf31cd67427f92f5503c06e4e4ae0e/ZLocation/ZLocation.psm1#L56
$function:prompt = [ScriptBlock]::Create($newPrompt)
I getting this warning on v 1.2.0:
PSUseDeclaredVarsMoreThanAssigments Warning ZLocation.psm1 56 The variable function:prompt' is assigned but never used.
The text was updated successfully, but these errors were encountered:
Thanks for the report. This is fixed with #424
Sorry, something went wrong.
quoctruong
No branches or pull requests
Variable analyzes should know about the ability to set functions as a variable and about special type of functions like prompt.
Here is an example usage:
https://github.com/vors/ZLocation/blob/808da1369ddf31cd67427f92f5503c06e4e4ae0e/ZLocation/ZLocation.psm1#L56
I getting this warning on v 1.2.0:
The text was updated successfully, but these errors were encountered: