Skip to content

Commit edc2376

Browse files
author
FriedrichWeinmann
committed
Updated exported commands
1 parent 946ad01 commit edc2376

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

PSModuleDevelopment/PSModuleDevelopment.psd1

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,18 @@
6666
'Get-HelpEx',
6767
'Get-ModuleDebug',
6868
'Import-ModuleDebug',
69-
'Measure-CommandEx',
69+
'Measure-CommandEx',
70+
'New-PSMDHeader',
71+
'New-PSMDFormatTableDefinition',
7072
'New-PssModuleProject',
71-
'Remove-ModuleDebug',
73+
'Remove-ModuleDebug',
74+
'Rename-PSMDParameter',
7275
'Restart-PSMDShell',
7376
'Set-ModuleDebug',
7477
'Set-PSMDCmdletBinding',
7578
'Set-PSMDModulePath',
76-
'Set-PSMDParameterHelp'
79+
'Set-PSMDParameterHelp',
80+
'Split-PSMDScriptFile'
7781
)
7882

7983
# Cmdlets to export from this module

0 commit comments

Comments
 (0)