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