diff --git a/PwshSpectreConsole/PwshSpectreConsole.psd1 b/PwshSpectreConsole/PwshSpectreConsole.psd1 index 214f9b7..5eed393 100644 --- a/PwshSpectreConsole/PwshSpectreConsole.psd1 +++ b/PwshSpectreConsole/PwshSpectreConsole.psd1 @@ -90,7 +90,8 @@ FunctionsToExport = 'Add-SpectreJob', 'Format-SpectreBarChart', 'Format-SpectreRows', 'Format-SpectrePadded', 'Format-SpectreGrid', 'New-SpectreGridRow', 'Format-SpectreTextPath', 'New-SpectreLayout', 'Format-SpectreAligned', 'Out-SpectreHost', 'Add-SpectreTableRow', - 'Invoke-SpectreLive', 'Format-SpectreException', 'Get-SpectreDemoFeatures' + 'Invoke-SpectreLive', 'Format-SpectreException', + 'Get-SpectreDemoFeatures' # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. CmdletsToExport = @()