Skip to content

Commit

Permalink
Update command line usage text to include single letter shorthand.
Browse files Browse the repository at this point in the history
  • Loading branch information
plioi committed Jul 11, 2020
1 parent cf5ac31 commit fee1463
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/Fixie.Console/Program.cs
Expand Up @@ -178,17 +178,21 @@ static void Help()
WriteLine(" assumed. Specify multiple project names or use * wildcards");
WriteLine(" to run multiple test projects.");
WriteLine();
WriteLine(" --configuration name");
WriteLine(" -c <configuration>");
WriteLine(" --configuration <configuration>");
WriteLine(" The configuration under which to build. When this option");
WriteLine(" is omitted, the default configuration is `Debug`.");
WriteLine();
WriteLine(" -n");
WriteLine(" --no-build");
WriteLine(" Skip building the test project prior to running it.");
WriteLine();
WriteLine(" --framework name");
WriteLine(" -f <framework>");
WriteLine(" --framework <framework>");
WriteLine(" Only run test assemblies targeting a specific framework.");
WriteLine();
WriteLine(" --report path");
WriteLine(" -r <path>");
WriteLine(" --report <path>");
WriteLine(" Write test results to the specified path, using the");
WriteLine(" xUnit XML format.");
WriteLine();
Expand Down

0 comments on commit fee1463

Please sign in to comment.