```console
$ cargo-samply --no-samply
? 1
error: The binary to run can't be determined. Use the `--bin` option to specify a binary, or the `default-run` manifest key.
Available binaries:
first: cargo samply --bin first
second: cargo samply --bin second
```
```console
$ cargo-samply samply --no-samply --bin first --bench demo
? 1
error: Target selection flags (--bin, --example, --bench, --test) are mutually exclusive
```