Skip to content

Commit 6b5c039

Browse files
authored
Update README.md
1 parent deeb955 commit 6b5c039

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ End Class
130130
### For verbs:
131131

132132
1. Create separate option classes for each verb. An options base class is supported.
133-
2. Use MapResult to direct program flow to the verb that was parsed.
133+
2. Call ParseArguments with all the verb attribute decorated options classes.
134+
3. Use MapResult to direct program flow to the verb that was parsed.
134135

135136
C# example:
136137

0 commit comments

Comments
 (0)