Skip to main content

dispatch

Function dispatch 

Source
pub fn dispatch(args: Args) -> Result<()>
Expand description

Dispatch a parsed CLI command to its handler.

§Errors

Returns an error if the command execution fails.