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 334d905 commit 79c41bcCopy full SHA for 79c41bc
docs/docs/arguments.md
@@ -50,7 +50,7 @@ public class Program
50
51
var firstNameArg = app.Argument("first name", "the first name of the person")
52
.IsRequired();
53
- var lastNameArg = app.Argument("first name", "the first name of the person");
+ var lastNameArg = app.Argument("last name", "the last name of the person");
54
55
app.OnExecute(() =>
56
{
0 commit comments