Documentation error in Validation sample program #521
Labels
bug
closed-stale
This issue is closed because it went stale and there was no action planned. It can be reopened.
stale
Documentation error only.
Affected sample program:
https://github.com/natemcmaster/CommandLineUtils/blob/main/docs/samples/validation/builder-api/Program.cs
These lines in this example program:
should read:
As it stands the variable importance is of type
IValidationBuilder?
rather than the expectedCommandOption?
.It would also be helpful to show this command option being used in the
OnExecute()
method.To Reproduce
N/A
Expected behavior
N/A
Screenshots
N/A
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: