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