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 10abc4f commit e8d085dCopy full SHA for e8d085d
docs/articles/guides/console-args.md
@@ -210,4 +210,5 @@ dotnet run -c Release -- --filter * --runtimes netcoreapp2.0 netcoreapp2.1 --sta
210
* `--version` Display version information.
211
* `--keepFiles` Determines if all auto-generated files should be kept or removed after running the benchmarks.
212
* `--noOverwrite` Determines if the exported result files should not be overwritten.
213
-* `--disableLogFile` Disables the logfile.
+* `--disableLogFile` Disables the logfile.
214
+* `--maxWidth` Max paramter column width, the default is 20.
0 commit comments