-
Notifications
You must be signed in to change notification settings - Fork 10
Command Line Arguments
Fettle.Console.exe --config <file> [options]
Use the --help (-h)
argument to see more info from the command-line.
--config (-c)
Required
Path to configuration file
--quiet (-q)
Optional (default: False)
If specified, less output will be produced
--verbose (-v)
Optional (default: False)
If specified, a lot of output will be produced, which may help with diagnosing issues.
--skipcoverageanalysis (-s)
Optional (default: False)
If specified, the coverage analysis optimisation is skipped.
You can read more about the pros and cons of doing this here.
--modificationsonly (-m)
Optional (default: False)
If specified, only the .cs files you have changed locally will be mutated (which is much faster than mutating the entire code-base).
Note that this requires your solution to be within a git repository.
More info here.