Skip to content

Commit f32a185

Browse files
committed
FunctionsToExport is populated at build time
1 parent 86d26af commit f32a185

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

Terminal-Icons/Terminal-Icons.psd1

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,7 @@
1010
# PowerShellHostName = ''
1111
# PowerShellHostVersion = ''
1212
RequiredModules = @()
13-
FunctionsToExport = @(
14-
'Add-TerminalIconsColorTheme'
15-
'Add-TerminalIconsIconTheme'
16-
'Format-TerminalIcons'
17-
'Get-TerminalIconsColorTheme'
18-
'Get-TerminalIconsGlyphs'
19-
'Get-TerminalIconsIconTheme'
20-
'Get-TerminalIconsTheme'
21-
'Set-TerminalIconsColorTheme'
22-
'Set-TerminalIconsIcon'
23-
'Set-TerminalIconsIconTheme'
24-
'Show-TerminalIconsTheme'
25-
)
13+
FunctionsToExport = @()
2614
CmdletsToExport = @()
2715
VariablesToExport = @()
2816
AliasesToExport = @()

0 commit comments

Comments
 (0)