pub fn find_main<'a>(args: &[&str], deps: &'a dyn Dependencies<'a>) -> i32
Expand description

Does all the work for find.

All main has to do is pass in the command-line args and exit the process with the exit code. Note that the first string in args is expected to be the name of the executable.