Skip to content

Commit 8647c18

Browse files
TheConstructornatemcmaster
authored andcommitted
Make GetValidationResult() public (#183)
1 parent 6e1b2f3 commit 8647c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommandLineUtils/CommandLineApplication.Validation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public Func<ValidationResult, int> ValidationErrorHandler
3232
/// Validates arguments and options.
3333
/// </summary>
3434
/// <returns>The first validation result that is not <see cref="ValidationResult.Success"/> if there is an error.</returns>
35-
internal ValidationResult GetValidationResult()
35+
public ValidationResult GetValidationResult()
3636
{
3737
if (Parent != null)
3838
{

0 commit comments

Comments
 (0)