mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-27 09:08:58 +01:00
Update what-is.ps1
This commit is contained in:
parent
0281bed912
commit
5f6e4d3fb4
@ -1876,6 +1876,7 @@ NSAPI,Netscape Server Application Programming Interface
|
||||
NSIS,Next Steps in Signaling
|
||||
NSP,network service provider
|
||||
NT1,network terminator 1
|
||||
NTIA,"(U.S.) National Telecommunications and Information Administration"
|
||||
NTFS,New Technology File System
|
||||
NTP,Network Time Protocol
|
||||
NTR,Normal Trade Relations
|
||||
@ -2325,6 +2326,7 @@ SAX,Simple API for XML
|
||||
SBAs,search-based applications
|
||||
SBC,session border controller
|
||||
SBIR,Small Business Innovative Research
|
||||
SBOM,Software bill of materials
|
||||
SBR,skill-based routing
|
||||
SC,sunk cost
|
||||
SC,supply chain
|
||||
|
|
@ -28,7 +28,7 @@ try {
|
||||
"💡 $($row.ABBR) in $basename refers to: $($row.MEANING)"
|
||||
}
|
||||
}
|
||||
if ($basename -eq "") { "🤷 Sorry, my databases have no '$abbr' entry." }
|
||||
if ($basename -eq "") { "🤷 Sorry, no '$abbr' entry found in my abbrevation tables (located at .../Data/Abbr/)." }
|
||||
exit 0 # success
|
||||
} catch {
|
||||
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
Loading…
Reference in New Issue
Block a user