initial
This commit is contained in:
commit
baa0056244
352 changed files with 47928 additions and 0 deletions
|
|
@ -0,0 +1,22 @@
|
|||
function Get-XYZSomething
|
||||
{
|
||||
$testVar2 = "Shouldn't find this variable"
|
||||
}
|
||||
|
||||
$testVar1 = "Should find this variable"
|
||||
|
||||
Get-XYZSo
|
||||
|
||||
$testVar
|
||||
|
||||
Import-Module PowerShellGet
|
||||
Get-Rand
|
||||
|
||||
function Test-Completion {
|
||||
param([Parameter(Mandatory, Value)]$test)
|
||||
}
|
||||
|
||||
Get-ChildItem /
|
||||
|
||||
[System.Collections.ArrayList].GetType()
|
||||
[System.Collect
|
||||
Loading…
Add table
Add a link
Reference in a new issue