Skip to main content

run

Function run 

Source
pub async fn run(args: &[String]) -> i32
Expand description

rpi auth <sub> [args] entry. args is the slice after auth (i.e. the subcommand + its flags). Returns the process exit code. Async to match the app::run shape, though v1 does no async work here.