Skip to content

Commit 59f11a6

Browse files
committed
Make ShowHint virtual so you can override
1 parent c4d21fb commit 59f11a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommandLineUtils/CommandLineApplication.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ public CommandOption VersionOption(string template,
677677
/// <summary>
678678
/// Show short hint that reminds users to use help option.
679679
/// </summary>
680-
public void ShowHint()
680+
public virtual void ShowHint()
681681
{
682682
if (OptionHelp != null)
683683
{

0 commit comments

Comments
 (0)