Make show unproved CLI a flag

This commit is contained in:
Leo Alt
2021-08-11 10:54:03 +02:00
parent 74ec3c1983
commit 8ce878621a
19 changed files with 9 additions and 72 deletions
+1 -1
View File
@@ -488,7 +488,7 @@ Unproved Targets
If there are any unproved targets, the SMTChecker issues one warning stating
how many unproved targets there are. If the user wishes to see all the specific
unproved targets, the CLI option ``--model-checker-show-unproved true`` and
unproved targets, the CLI option ``--model-checker-show-unproved`` and
the JSON option ``settings.modelChecker.showUnproved = true`` can be used.
Verified Contracts