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