pub fn run<W: Write + 'static>( args: &CliArgs, writer: W, ) -> Result<(), FindItError>
Will return Err if anything goes wrong.
Err