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