We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deeb955 commit 6b5c039Copy full SHA for 6b5c039
README.md
@@ -130,7 +130,8 @@ End Class
130
### For verbs:
131
132
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.
+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.
135
136
C# example:
137
0 commit comments