whereis 0.1.1

locate the binary for a command
Documentation
1
2
3
4
5
use clap::Parser;

fn main() -> nothing::Probably<()> {
    println!("{}", whereis::Args::parse().locate()?.display()).into()
}