File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ public sealed class NewMarkdownModuleFileCommand : PSCmdlet
33
33
[ Parameter ( ) ]
34
34
public SwitchParameter Force { get ; set ; }
35
35
36
- [ Parameter ]
37
- [ ValidateNotNullOrEmpty ]
38
- public string HelpUri { get ; set ; } = string . Empty ;
39
-
40
36
[ Parameter ]
41
37
[ ValidateNotNullOrEmpty ]
42
38
public string HelpInfoUri { get ; set ; } = string . Empty ;
@@ -131,7 +127,7 @@ protected override void EndProcessing()
131
127
foreach ( var cmdHelp in group )
132
128
{
133
129
string description = Constants . FillInDescription ;
134
- if ( ! string . IsNullOrEmpty ( cmdHelp . Synopsis ) )
130
+ if ( ! string . IsNullOrEmpty ( cmdHelp . Synopsis ) )
135
131
{
136
132
description = cmdHelp . Synopsis ;
137
133
}
Original file line number Diff line number Diff line change @@ -39,9 +39,6 @@ public sealed class UpdateMarkdownModuleFileCommand : PSCmdlet
39
39
[ Parameter ( ) ]
40
40
public SwitchParameter Force { get ; set ; }
41
41
42
- [ Parameter ]
43
- [ ValidateNotNullOrEmpty ]
44
- public string HelpUri { get ; set ; } = string . Empty ;
45
42
46
43
[ Parameter ]
47
44
[ ValidateNotNullOrEmpty ]
You can’t perform that action at this time.
0 commit comments