Skip to content

Commit 957b9b5

Browse files
authored
Update How-To.md
1 parent a0aaa5c commit 957b9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/How-To.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Both commands and options support [aliases](Concepts#Aliases). You can add an alias to an option like this:
66

7-
```csharp
7+
``` csharp
88
var option = new Option("--verbose");
99
option.AddAlias("-v");
1010
```

0 commit comments

Comments
 (0)