Skip to main content

go

Function go 

Source
pub fn go<C: Parser + CommandFactory>(
    bin: &str,
    body: impl FnOnce(C) -> Result<()>,
) -> ExitCode
Expand description

Parse C, emit styled help if asked, then run body.