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 f281835 commit 67986e7Copy full SHA for 67986e7
docs/docs/arguments.md
@@ -17,7 +17,7 @@ They have one defining characteristic.
17
18
### [Using Attributes](#tab/using-attributes)
19
20
-@McMaster.Extensions.CommandLineUtils.ARgumentAttribute can be used on properties to define arguments.
+@McMaster.Extensions.CommandLineUtils.ArgumentAttribute can be used on properties to define arguments.
21
The argument order must be specified explicitly.
22
23
```c#
@@ -127,6 +127,8 @@ public class Program
127
}
128
```
129
130
+***
131
+
132
## Pass-thru arguments
133
134
Another common scenario is to create a command line tool which wraps another tool. These kinds of command lines
0 commit comments