mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-13 09:28:22 +01:00
Update what-is.ps1
This commit is contained in:
parent
bf4adf39d9
commit
b9a7b8f6ff
@ -2643,7 +2643,6 @@ LCol,Lieutenant-Colonel (Canada,UK)
|
||||
LCS,League of Legends Championship Series
|
||||
LD,Laser Designator,Limited Deployment,Line of Departure
|
||||
LDA,Lateral Drift Apparatus (paratroops)
|
||||
LDAP,Lightweight Directory Access Protocol (pronounced "ell-dap")
|
||||
LDC,Lesser Developing/Developed Country
|
||||
LDL,Low-Density Lipoprotein
|
||||
LDS,Latter-day Saint (also "Latter Day Saint"); also used as an abbreviation by The Church of Jesus Christ of Latter-day Saints,Liberal Democracy of Slovenia
|
||||
|
Can't render this file because it has a wrong number of fields in line 7.
|
@ -28,7 +28,7 @@ try {
|
||||
"💡 $($row.ABBR) in $basename refers to: $($row.MEANING)"
|
||||
}
|
||||
}
|
||||
if ($basename -eq "") { "🤷 Sorry, no '$abbr' entry found in my abbrevation tables (located at .../Data/Abbr/)." }
|
||||
if ($basename -eq "") { "🤷 Sorry, no entry '$abbr' in my database (located at .../Data/Abbr/)." }
|
||||
exit 0 # success
|
||||
} catch {
|
||||
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
Loading…
Reference in New Issue
Block a user