Skip to content

Commit 282c6c5

Browse files
committed
Update documentation
1 parent 5cbbfb1 commit 282c6c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/ParserGenerationUsingAttributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Using attributes in C# imposes a restriction on their argument types. An attribu
291291
- `MultipleValueOption` choices.
292292
- Custom after handing action and after value parsing action.
293293

294-
However, you can find the option using `FindOptions()` method and further configure it.
294+
However, you can find the option using `FindOptions()`, `FindFirstOptionByLongName()`, or a similar method, and then configure it.
295295

296296
```cs
297297
var generator = new ArgumentParserGenerator();

0 commit comments

Comments
 (0)