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 6f852c0 commit 1c283b1Copy full SHA for 1c283b1
FluentCommandLineParser/FluentCommandLineParser.cs
@@ -39,6 +39,14 @@ namespace Fclp
39
/// </summary>
40
public class FluentCommandLineParser : IFluentCommandLineParser
41
{
42
+ /// <summary>
43
+ /// Initialises a new instance of the <see cref="FluentCommandLineParser"/> class.
44
+ /// </summary>
45
+ public FluentCommandLineParser()
46
+ {
47
+ IsCaseSensitive = true;
48
+ }
49
+
50
/// <summary>
51
/// The <see cref="StringComparison"/> type used for case sensitive comparisons.
52
0 commit comments