mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-14 20:14:00 +01:00
Update what-is.ps1
This commit is contained in:
parent
f15d74c051
commit
4dc53f4cf7
Can't render this file because it is too large.
|
Can't render this file because it is too large.
|
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user