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