You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/run-kani.sh
+20-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ usage() {
7
7
echo"Options:"
8
8
echo" -h, --help Show this help message"
9
9
echo" -p, --path <path> Optional: Specify a path to a copy of the std library. For example, if you want to run the script from an outside directory."
10
-
echo" --run <verify-std|list|metrics> Optional: Specify whether to run the 'kani verify-std' command, 'kani list' command, or collect Kani-specific metrics. Defaults to 'verify-std' if not specified."
10
+
echo" --run <verify-std|list|metrics|autoharness-analyzer> Optional: Specify whether to run the 'kani verify-std' command, 'kani list' command, collect Kani-specific metrics, or summarize autoharness failure reasons. Defaults to 'verify-std' if not specified."
11
11
echo" --kani-args <command arguments to kani> Optional: Arguments to pass to the command. Simply pass them in the same way you would to the Kani binary. This should be the last argument."
0 commit comments