// https://rust-cli.github.io/book/tutorial/
// Ah, 'grrs' is a portmanteau of 'grep' and 'rust'
use Parser;
use ;
// This is for the possible exit in with_context... which'd return an error?
// And so since that cooould return an anyhow::Result, we need to return one of those
// through all paths, hence the Ok(()).
// This is all so we don't need to panic, we just return the error.