- Added '--scan-claims switch'

This commit is contained in:
ccremers 2007-01-27 09:52:44 +00:00
parent 139f93746d
commit 435bf9bb9b

View File

@ -722,6 +722,21 @@ switcher (const int process, int index, int commandline)
} }
} }
if (detect (' ', "scan-claims", 0))
{
if (!process)
{
/* simply reduce allowed trace length to 0, cuts off any iterations immediately.
* useful to simply retrieve all claims.
*/
}
else
{
switches.maxtracelength = 0;
return index;
}
}
if (detect ('A', "all-attacks", 0)) if (detect ('A', "all-attacks", 0))
{ {
if (!process) if (!process)