We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5b392 commit c4b466bCopy full SHA for c4b466b
MetricsExtractor/Program.cs
@@ -49,7 +49,7 @@ static void Main(string[] args)
49
MetricConfiguration metricConfiguration;
50
try
51
{
52
- var arguments = new Docopt().Apply(USAGE, args, version: "CodeMetrics Extractor 2.0", optionsFirst: true);
+ var arguments = new Docopt().Apply(USAGE, args, version: "CodeMetrics Extractor 2.0");
53
54
metricConfiguration = new MetricConfiguration(arguments);
55
}
0 commit comments