Skip to main content

run_query

Function run_query 

Source
pub fn run_query(config: QueryConfig, filter: QueryFilter) -> Result<i32>
Expand description

Run the query command, returning the desired exit code.

ยงExit codes

The caller is responsible for calling std::process::exit() with the returned code when it is non-zero.