.help("Run the generated replay binary in `gdb`. The environment variable `GDB_CWD` determines the `gdb` working directory, if unset `gdb` will execute in the current working directory"),
)
// This needs to be the last argument!
.arg(
Arg::with_name("options")
.takes_value(true)
.raw(true)
.help("Add native `klee` CLI options after the sequence `--`. See `klee --help` for all available options.")