Load Settings
Usage: /c:[settings file name] or /config:[settings file name]
The Load Settings command loads NCoverExplorer.Console runtime settings from the specified config file. A config file encapsualtes a group of configuration settings, allowing you to keep project-specific settings in separate files.
If no settings file is specified, a default one is used.
ncoverexplorer.console Coverage.Xml /config:project1.settings
or
ncoverexplorer.console Coverage.Xml /c:project1.settings
Save Settings
Usage: /cs:[settings file name] or /configSave:[settings file name]
The Save Settings command saves the current arguments to the specified file, to be reused and loaded later with the /config command.
ncoverexplorer.console Coverage.Xml /so:1 /e /configSave:project1.settings
or
ncoverexplorer.console Coverage.Xml /so:1 /e /cs:project1.settings
Quiet
Usage: /q or /quiet
The quiet command forces NCoverExplorer.Console to print minimal information on the console when it runs. If NCoverExplorer.Console is run with this argument it will no longer print status messages, nor will it print runtime configuration information on the console.
ncoverexplorer.console Coverage.Xml /r:ModuleSummary /quiet
or
ncoverexplorer.console Coverage.Xml /r:ModuleSummary /q