Rocqshimval get_worker_path : worker -> stringFind the executable for the given worker. init must have been called. byte defaults to whether the current executable is byte compiled.
val parse_opts : string list -> opts * string listval init : opts -> string list -> unitInitialize environment and search paths.
val try_run_queries : opts -> string list -> boolReturns whether there are queries in the argument list, and if there are print their output. Does not handle PrintHelp queries.