Skip to content

Add an option to set all klee CLI flags/options

Mark Hakansson requested to merge markhakansson/cargo-klee:klee-args into master

Changes

Using Clap's raw argument it is possible to feed any options and flags after the sequence -- directly to the klee CLI.

Example

$ cargo klee --bin test --verbose -- --emit-all-errors

Merge request reports