mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-14 06:48:46 +02:00
Update what-is.ps1
This commit is contained in:
@ -31,7 +31,7 @@ try {
|
||||
foreach($Row in $Table) {
|
||||
if ($Row.Abbreviation -eq $abbreviation) {
|
||||
$Basename = (get-item "$File").Basename
|
||||
Reply "→ $($Row.Definition) ($($Row.Abbreviation)) in $Basename."
|
||||
Reply " - $($Row.Definition) ($($Row.Abbreviation)) in $Basename"
|
||||
$FoundOne = $true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user