StealthyStoat.psm1
|
# StealthyStoat (ste-sto) — placeholder module reserving the PSGallery name (Data Boar beastiary). # Real implementation forthcoming. See: https://github.com/FabioLeitao/data-boar function Get-StealthyStoatInfo { [pscustomobject]@{ Name = 'StealthyStoat'; Mnemonic = 'ste-sto'; Status = 'placeholder' } } Export-ModuleMember -Function Get-StealthyStoatInfo |