Skip to content

Commit

Permalink
FunctionsToExport is populated at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed Apr 21, 2021
1 parent 86d26af commit f32a185
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Terminal-Icons/Terminal-Icons.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,7 @@
# PowerShellHostName = ''
# PowerShellHostVersion = ''
RequiredModules = @()
FunctionsToExport = @(
'Add-TerminalIconsColorTheme'
'Add-TerminalIconsIconTheme'
'Format-TerminalIcons'
'Get-TerminalIconsColorTheme'
'Get-TerminalIconsGlyphs'
'Get-TerminalIconsIconTheme'
'Get-TerminalIconsTheme'
'Set-TerminalIconsColorTheme'
'Set-TerminalIconsIcon'
'Set-TerminalIconsIconTheme'
'Show-TerminalIconsTheme'
)
FunctionsToExport = @()
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
Expand Down

0 comments on commit f32a185

Please sign in to comment.