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 75ffbc4 commit 1de0df0Copy full SHA for 1de0df0
xml/Microsoft.Extensions.Configuration/CommandLineConfigurationExtensions.xml
@@ -188,7 +188,7 @@
188
<example>
189
A simple console application that has two short and four alias switch mappings defined.
190
<code>
191
- // dotnet run -k1=value1 -k2 value2 --alt3=value2 /alt4=value3 --alt5 value5 /alt6 value6
+ // dotnet run k1=value1 -k2 value2 --alt3=value2 /alt4=value3 --alt5 value5 /alt6 value6
192
193
using Microsoft.Extensions.Configuration;
194
using System;
0 commit comments