mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-21 09:28:21 +02: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
|
NSIS,Next Steps in Signaling
|
||||||
NSP,network service provider
|
NSP,network service provider
|
||||||
NT1,network terminator 1
|
NT1,network terminator 1
|
||||||
|
NTIA,"(U.S.) National Telecommunications and Information Administration"
|
||||||
NTFS,New Technology File System
|
NTFS,New Technology File System
|
||||||
NTP,Network Time Protocol
|
NTP,Network Time Protocol
|
||||||
NTR,Normal Trade Relations
|
NTR,Normal Trade Relations
|
||||||
@ -2325,6 +2326,7 @@ SAX,Simple API for XML
|
|||||||
SBAs,search-based applications
|
SBAs,search-based applications
|
||||||
SBC,session border controller
|
SBC,session border controller
|
||||||
SBIR,Small Business Innovative Research
|
SBIR,Small Business Innovative Research
|
||||||
|
SBOM,Software bill of materials
|
||||||
SBR,skill-based routing
|
SBR,skill-based routing
|
||||||
SC,sunk cost
|
SC,sunk cost
|
||||||
SC,supply chain
|
SC,supply chain
|
||||||
|
|
@ -28,7 +28,7 @@ try {
|
|||||||
"💡 $($row.ABBR) in $basename refers to: $($row.MEANING)"
|
"💡 $($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
|
exit 0 # success
|
||||||
} catch {
|
} catch {
|
||||||
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||||
|
Loading…
Reference in New Issue
Block a user