We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946ad01 commit edc2376Copy full SHA for edc2376
PSModuleDevelopment/PSModuleDevelopment.psd1
@@ -66,14 +66,18 @@
66
'Get-HelpEx',
67
'Get-ModuleDebug',
68
'Import-ModuleDebug',
69
- 'Measure-CommandEx',
+ 'Measure-CommandEx',
70
+ 'New-PSMDHeader',
71
+ 'New-PSMDFormatTableDefinition',
72
'New-PssModuleProject',
- 'Remove-ModuleDebug',
73
+ 'Remove-ModuleDebug',
74
+ 'Rename-PSMDParameter',
75
'Restart-PSMDShell',
76
'Set-ModuleDebug',
77
'Set-PSMDCmdletBinding',
78
'Set-PSMDModulePath',
- 'Set-PSMDParameterHelp'
79
+ 'Set-PSMDParameterHelp',
80
+ 'Split-PSMDScriptFile'
81
)
82
83
# Cmdlets to export from this module
0 commit comments