mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-07 16:06:50 +02:00
Update what-is.ps1
This commit is contained in:
@ -24,8 +24,8 @@ try {
|
||||
$Table = Import-CSV "$File"
|
||||
foreach($Row in $Table) {
|
||||
if ($Row.Abbr -eq $abbr) {
|
||||
$Basename = (Get-Item "$File").Basename
|
||||
"🔎 In $Basename '$($Row.Abbr)' may refer to: $($Row.Term)"
|
||||
$Basename = (Get-Item "$File").Basename -Replace "_"," "
|
||||
"🔎 $($Row.Abbr) may refer to $($Row.Term) in $Basename."
|
||||
$Missing = $false
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user