We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4d909 commit 7e11776Copy full SHA for 7e11776
scripts/run-kani.sh
@@ -205,7 +205,7 @@ main() {
205
--cbmc-args --object-bits 12
206
elif [[ "$run_command" == "list" ]]; then
207
echo "Running Kani list command..."
208
- "$kani_path" list -Z list -Z function-contracts -Z mem-predicates ./library --std > $path/kani_list.txt
+ "$kani_path" list -Z list -Z function-contracts -Z mem-predicates ./library --std --format markdown > $path/kani_list.txt
209
fi
210
}
211
0 commit comments