Skip to content

Commit 95255c1

Browse files
committed
(GH-21) Removed HelpVerbOption
- This is not required just now, added in error
1 parent 899d483 commit 95255c1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Source/GitHubReleaseManager.Cli/InitSubOptions.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,7 @@
66

77
namespace GitHubReleaseManager.Cli
88
{
9-
using CommandLine;
10-
using CommandLine.Text;
11-
129
public class InitSubOptions : BaseSubOptions
1310
{
14-
[HelpVerbOption]
15-
public string GetUsage(string verb)
16-
{
17-
return HelpText.AutoBuild(this, verb);
18-
}
1911
}
2012
}

0 commit comments

Comments
 (0)