Skip to content

Commit 67986e7

Browse files
committed
Fix documentation formatting
1 parent f281835 commit 67986e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs/arguments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ They have one defining characteristic.
1717

1818
### [Using Attributes](#tab/using-attributes)
1919

20-
@McMaster.Extensions.CommandLineUtils.ARgumentAttribute can be used on properties to define arguments.
20+
@McMaster.Extensions.CommandLineUtils.ArgumentAttribute can be used on properties to define arguments.
2121
The argument order must be specified explicitly.
2222

2323
```c#
@@ -127,6 +127,8 @@ public class Program
127127
}
128128
```
129129

130+
***
131+
130132
## Pass-thru arguments
131133

132134
Another common scenario is to create a command line tool which wraps another tool. These kinds of command lines

0 commit comments

Comments
 (0)