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